video_export_frames
Export frames from video files as individual images. Specify input video path, select frames per second, choose output format (jpg/png).
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 |
|---|---|---|---|
| input_path | Yes | ||
| output_dir | No | ||
| fps | No | ||
| format | No | jpg |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||