get_screenshot
Capture screenshots from YouTube videos at specific timestamps to extract visual context for analysis or reference.
Instructions
Capture a screenshot from a YouTube video at a specific timestamp. Returns the image as base64. Requires ffmpeg to be installed. Useful for getting visual context from specific moments in a video.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL | |
| timestamp | No | Timestamp to capture (e.g., '30', '1:30', or '1:30:00'). Default: 0 (beginning) | 0 |