video_batch_analyze
Analyze every video file in a directory simultaneously, applying a single instruction to each using concurrent AI calls.
Instructions
Analyze all video files in a directory concurrently.
Scans the directory for supported video files (mp4, webm, mov, avi, mkv, mpeg, wmv, 3gpp), then analyzes each with the given instruction using bounded concurrency (3 parallel Gemini calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Path to a directory containing video files | |
| instruction | No | What to analyze in each video | Provide a comprehensive analysis of this video. |
| glob_pattern | No | Glob pattern to filter files within the directory | * |
| output_schema | No | Optional JSON Schema for each video's response | |
| thinking_level | No | Gemini thinking depth. | high |
| max_files | No | Maximum files to process |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||