create_compound_clip
Combine one or more timeline items into a single container clip in DaVinci Resolve. Use item IDs or playhead to group clips, with optional custom naming and timecode.
Instructions
Create a compound clip combining one or more timeline items into a single container clip.
Args: item_ids: List of timeline item ids to combine (e.g. ['V1.1', 'A1.1'] or ['A1.1']). If omitted, item_id is used. item_id: Single timeline item id to turn into a compound clip (e.g. 'V1.1' or 'playhead'). Defaults to 'playhead'. name: Name for the newly created compound clip (e.g. 'Voice Compound Clip'). start_timecode: Optional custom starting timecode for the compound clip container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| item_id | No | playhead | |
| item_ids | No | ||
| start_timecode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |