Add Transition
add_transitionInsert a video transition at a cut point on a selected track by specifying the transition type, track index, and time position.
Instructions
Add a video transition between two clips at a cut point. Uses QE DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | Video track index (0-based) | |
| transition_name | Yes | Name of the transition (e.g., 'Cross Dissolve', 'Dip to Black') | |
| duration_seconds | No | Duration of the transition in seconds (default: 1.0) | |
| cut_point_seconds | Yes | Time position in seconds of the cut point where the transition should be placed |
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. |