Analyze Video Qc
analyze_video_qcIdentify sustained black and frozen segments in local video files using FFmpeg, enabling QC checks without modifying footage or contacting Premiere.
Instructions
Analyze a local video delivery for sustained black and frozen sections with FFmpeg. Read-only: it does not contact Premiere or modify the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Path to an existing local video file | |
| minimum_black_seconds | No | Minimum black duration to report (default: 0.5) | |
| minimum_freeze_seconds | No | Minimum frozen duration to report (default: 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |