Extract Frames
extract_framesExtract frames from a local video file at regular intervals, returning base64 images for immediate analysis.
Instructions
Extract frames/screenshots from a local video file at regular intervals. Returns images as base64 that Claude can see and analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output image format (default: 'jpg') | jpg |
| file_path | Yes | Absolute path to a local video file | |
| max_frames | No | Maximum number of frames to extract (default: 10) | |
| interval_seconds | No | Seconds between each frame capture (default: 30) |