get_video_frames
Extract visual frames from a YouTube video at regular intervals to analyze content without relying on captions. Combine with transcripts for comprehensive text+visual understanding.
Instructions
Get visual frames/screenshots from a video at regular intervals. Use this to understand video content visually, especially for videos without captions (gameplay, music, documentaries). COMBINE WITH: get_transcript for text+visual analysis. For a specific timestamp, use get_video_moment instead (gets frame + transcript together). For a full timeline view, use video_timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | YouTube video ID or URL | |
| count | No | Number of frames to extract (1-10) |