extract_frame_at_timestamp
Extract a video frame at a specific timestamp, returned as a base64 JPEG. Grab exact moments from any video file for analysis or thumbnails.
Instructions
Extract a single frame at a specific timestamp from a video file. Returns the frame as a base64 JPEG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the video file | |
| timestamp | Yes | Timestamp in seconds to extract the frame from |