Set Clip Rotation
set_clip_rotationSet the rotation angle of a video clip in Premiere Pro by providing its node ID and degrees. Adjusts the Motion effect's Rotation property for precise orientation.
Instructions
Set the Rotation property on a video clip's Motion effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| degrees | Yes | Rotation in degrees (0-360, can exceed for multiple rotations) | |
| node_id | Yes | Node ID of the clip |
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. |