freeze_frame
Create a still frame from a clip at a specified time, export it as an image, and insert it back into the timeline as a freeze frame with a chosen duration.
Instructions
Create a freeze frame from a clip at a specific time. Exports the frame and imports it back as a still image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Full path for the exported frame (e.g., /path/to/freeze.png) | |
| time_seconds | No | Time in the sequence to freeze (in seconds). Uses playhead if omitted. | |
| duration_seconds | No | Duration of the freeze frame on the timeline (default: 2) |