timeline_add_clip
Place a bin clip onto a specified timeline track at a given position, setting optional in and out points for partial use.
Instructions
Place a bin clip onto a specific track at a given time position.
Args: clip_id: Bin clip identifier to place (from bin_list_clips). track: Target track number. position: Start time on the timeline in seconds. in_point: Media trim-in (where to start playback inside source) in seconds. out_point: Media trim-out (where to end playback inside source) in seconds. Defaults to full bin duration. Use timeline_trim_clip to adjust after placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | ||
| clip_id | Yes | ||
| in_point | No | ||
| position | Yes | ||
| out_point | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||