analyze_video
Analyze local video files by extracting frames and metadata. Specify start and end times to focus on specific segments.
Instructions
Analyze a local video file.
Args: file_path: Path to the video file start_time: Start time in seconds (default: 0) end_time: End time in seconds (default: None = entire video) max_frames: Maximum number of frames to extract (default: 20)
Returns: JSON string with extracted frames and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | ||
| file_path | Yes | ||
| max_frames | No | ||
| start_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |