modelbeast/server/operators/ffprobe/manifest.json
2026-07-12 21:05:22 +10:00

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": {}
}
}