video_thumbnail
Extract a single frame from a video at a specified timestamp to create a thumbnail image. Specify input video path, optional timestamp, and output path for the frame.
Instructions
Extract a single frame (thumbnail) 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| timestamp | No | ||
| output_path | No |