14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"id": "ffprobe",
|
|
"name": "Inspect Media",
|
|
"category": "ingest",
|
|
"description": "Probe a video/image/audio file: codec, resolution, duration, fps, streams.",
|
|
"accepts": ["video", "image"],
|
|
"produces": ["report"],
|
|
"entry": "run.py",
|
|
"params_schema": {
|
|
"type": "object",
|
|
"properties": {}
|
|
}
|
|
}
|