resolve_append_to_timeline
Add a media pool clip to the current timeline, specifying target video track and whether to include video, audio, or both. Use for quick assembly or inserting b-roll without disturbing existing audio.
Instructions
Add a clip from the media pool to the current timeline.
Args: clip_name: Name of the clip in the media pool. track_index: Target video track (1-based, default: 1). media_type: 0 = video+audio (default), 1 = video only, 2 = audio only. Use 1 for b-roll to preserve interview audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_name | Yes | ||
| media_type | No | ||
| track_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |