media_extract_frames
Extract Frames — Extract frames from a video at a specified frame rate as JPEG images (returned as a ZIP). [category: media]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second to extract | |
| max | No | Maximum number of frames to extract. | |
| file | Yes | Video to sample. Frames are always JPEGs (frame_0001.jpg…) in a ZIP — no PNG option despite the tool blurb. |