Set Clip Speed Qe
set_clip_speed_qeChanges a timeline clip's speed by percentage (100=normal, 200=2x, 50=half) and optionally reverses playback 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) |
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. |