set_clip_speed_qe
Change a timeline clip's playback speed to any percentage and optionally reverse its 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 = 2x, 50 = half speed) |