export_frame
Save a single video frame as an image to a specified file path. Optionally set the time position for the frame.
Instructions
Export the current frame as an image file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Full output file path (e.g., '/Users/me/frame.png'). Extension determines format. | |
| time_seconds | No | Time position in seconds to export. Uses current playhead if omitted. |