Batch Add Transitions
batch_add_transitionsAdd a selected transition to every cut point on a video track in Premiere Pro. Specify the transition name, duration, and track index to apply it uniformly across all edits.
Instructions
Add the same transition to all cut points on a track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | No | Video track index (0-based, default: 0) | |
| transition_name | Yes | Name of the transition (e.g., 'Cross Dissolve') | |
| duration_seconds | No | Duration of each transition in seconds (default: 1.0) |
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. |