Get frame at timestamp
video_get_frameExtract a single JPEG frame at a timestamp from a video file or URL, returning the file path and an inline image to inspect a specific moment.
Instructions
Extract a single JPEG frame at a timestamp (seconds). Returns file path and an inline image for vision-capable clients.
Use after reading a transcript to inspect a specific moment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Absolute local path, file:// URI, direct media URL, or platform URL (YouTube/TikTok/etc via yt-dlp) | |
| time_sec | Yes | Timestamp in seconds | |
| inline_image | No | Include base64 image content block |