Probe media
probe_mediaInspect local video or audio files with ffprobe to retrieve structured metadata including format, duration, bitrate, and stream details.
Instructions
Inspect a local video or audio file with ffprobe and return structured format and stream metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path, or a path relative to the MCP server process cwd. | |
| includeRawJson | No | Include the raw ffprobe JSON payload. Defaults to false. | |
| timeoutMs | No | ffprobe timeout in milliseconds. Defaults to 15000. |