video_export_frames
Extract frames from a video at a specified frame rate and save them as JPG or PNG images. Define input path, adjust fps, and choose format for individual frame exports.
Instructions
Export frames from a video as individual images.
Args: input_path: Absolute path to the input video. output_dir: Directory for extracted frames. Auto-generated if omitted. fps: Frames per second to extract (1.0 = 1 frame per second, default 1.0). format: Output image format (jpg or png, default jpg).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| format | No | jpg | |
| input_path | Yes | ||
| output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||