ffmpeg_get_info
Retrieve video and audio file metadata including duration, resolution, codecs, bitrate, and stream information 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 informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |