video_extract_frame
Extract a single frame from a video at a specified timestamp. Provide the video path and time in seconds to save the frame for visual verification.
Instructions
Extract a single frame from a video for visual verification.
Args: input_path: Absolute path to the video. timestamp: Time in seconds to extract. output_path: Where to save the frame. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| timestamp | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||