add_to_timeline
Place a project item onto the timeline at a specified track and start time. Define video and audio track indices and start seconds for precise positioning.
Instructions
Add a project item (clip) to the timeline at a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item to add | |
| track_index | No | Video track index (0-based, default: 0) | |
| start_seconds | No | Start time in seconds on the timeline (default: 0) | |
| audio_track_index | No | Audio track index for the audio portion (default: 0) |