ffmpeg__probe_media
Probe any video or audio file to extract full metadata, including stream and format details, as structured JSON output.
Instructions
Probe a media file and return full metadata as JSON using ffprobe. @remarks Returns ffprobe JSON output in stdout with streams and format information. @param input_path Source media file path (video or audio). @param stream_type Filter streams to probe: all (default), video, or audio. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| stream_type | No | ||
| __mcp_response_mode | No | content |