speed_change
Adjust a clip's playback speed on the timeline by setting a percentage, with an option to reverse direction.
Instructions
Unavailable: Premiere does not expose a supported scripting API for changing a timeline clip's speed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| reverse | No | Reverse playback direction (default: false) | |
| speed_percent | Yes | Speed as percentage (100 = normal, 200 = double, 50 = half) |