Inspect Media Streams
inspect_media_streamsInspect local media files to get container, stream, codec, time-base, channel, and chapter metadata using ffprobe, read-only and independent of Premiere.
Instructions
Inspect a local media file with ffprobe and return container, stream, codec, time-base, channel, and chapter metadata. Read-only and independent of Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Existing local media file |
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. |