ffmpeg_get_info
Extract metadata from video and audio files, including duration, resolution, codecs, bitrate, and stream details, using ffprobe.
Instructions
Get video/audio file metadata using ffprobe.
Args:
file_path: Path to the media file
Returns:
JSON string with media metadata including duration, resolution,
codecs, bitrate, and stream information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |