Analyze Video Interlacing
analyze_video_interlacingClassify video frames as progressive, top-field-first, bottom-field-first, mixed, or undetermined. Provides a read-only preflight check for delivery using FFmpeg idet.
Instructions
Classify decoded video frames as progressive, top-field-first, bottom-field-first, mixed, or undetermined using FFmpeg idet. Read-only delivery preflight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Existing local video file | |
| sample_seconds | No | Decode sample duration from 1 through 300 seconds (default: 30) |
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. |