add_connected_clip
Add a connected clip from the library to an existing timeline clip for B-roll, audio, or titles. Specify parent clip, asset, offset, duration, and lane.
Instructions
Connect a library clip to an existing timeline clip (B-roll overlay, audio, title)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to FCPXML file | |
| parent_clip_id | Yes | Name/ID of the clip to attach to | |
| asset_id | No | Asset reference ID | |
| asset_name | No | Asset name (alternative to asset_id) | |
| offset | No | Position relative to parent clip start | 0s |
| duration | No | Duration (default: full asset) | |
| lane | No | Lane number (positive=above, negative=below) | |
| output_path | No | Output path (default: adds _modified suffix) |