Freeze Frame
freeze_frameGenerate a still image from a video clip at a specific timestamp, then add it to the timeline as a freeze frame.
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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |