Auto Reframe Sequence
auto_reframe_sequenceChange a video sequence to a new aspect ratio by specifying target width and height. Creates a reframed sequence with optional motion preset and nested sequence handling.
Instructions
Auto-reframe a sequence for a different aspect ratio
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | No | Name for the newly created auto-reframed sequence | |
| sequence_id | No | Sequence name or ID to reframe. Uses active sequence if omitted. | |
| target_width | Yes | Target frame width in pixels | |
| motion_preset | No | Premiere Auto Reframe motion preset (default: default) | |
| target_height | Yes | Target frame height in pixels | |
| use_nested_sequences | No | Whether Auto Reframe should honor nested sequences (default: false) |
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. |