set_clip_properties
Adjust clip opacity, scale, position, and rotation in Premiere Pro. Speed changes are rejected with an actionable error before mutation.
Instructions
Set supported clip properties (opacity, scale, position, rotation). Clip speed is unsupported and fails before mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Scale percentage (100 = original size) | |
| speed | No | Unsupported by Premiere's public scripting APIs. Supplying this returns an actionable error without mutating the clip. | |
| node_id | Yes | Node ID of the clip | |
| opacity | No | Opacity value (0-100) | |
| rotation | No | Rotation in degrees | |
| position_x | No | Horizontal position | |
| position_y | No | Vertical position |