export_frame
Export a single frame from a video sequence at a specified time, saving it as a PNG, JPG, or TIFF file to create previews or thumbnails.
Instructions
Exports a single frame from a sequence as an image file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time in seconds to export the frame from | |
| format | No | The image format | |
| outputPath | Yes | The absolute path where the image file will be saved | |
| sequenceId | Yes | The ID of the sequence |