set_clip_speed_qe
Set a clip's playback speed by percentage and optionally reverse, using QE DOM for dependable control in Premiere Pro.
Instructions
Set clip playback speed using QE DOM (more reliable than ExtendScript). Supports reverse.
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) |