Speed Change
speed_changeChange a clip's speed to a specified percentage (100 = normal, 200 = double, 50 = half) and optionally reverse playback, using the clip's node ID.
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) |
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. |