get_video_info
Extract technical metadata from video files including duration, resolution, codec, bitrate, and audio details for analysis and processing.
Instructions
Get detailed information about a video file.
Returns duration, resolution, codec, bitrate, fps, and audio info. Requires ffprobe (part of ffmpeg) to be installed.
Args: path: Absolute path to the video file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |