add_transition
Place a transition effect at a cut point between two clips on a video track. Specify transition name, track index, cut time, and duration.
Instructions
Add a video transition between two clips at a cut point. Uses QE DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transition_name | Yes | Name of the transition (e.g., 'Cross Dissolve', 'Dip to Black') | |
| track_index | Yes | Video track index (0-based) | |
| cut_point_seconds | Yes | Time position in seconds of the cut point where the transition should be placed | |
| duration_seconds | No | Duration of the transition in seconds (default: 1.0) |