video_thumbnail
Extract a single frame from a video at a specified timestamp to generate a thumbnail image. Defaults to 10% of video duration if no timestamp given.
Instructions
Extract a single frame (thumbnail / frame grab) from a video.
Args: input_path: Absolute path to the input video. timestamp: Time in seconds to extract frame. Defaults to 10% of video duration. output_path: Where to save the frame image. 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 | |||