add_to_timeline
Add media clips from the project panel to a Premiere Pro sequence timeline at specified tracks and times. Supports overwrite/insert modes, source sub-ranges, and optional audio linking.
Instructions
Adds a media clip from the project panel to a sequence timeline at a specific track and time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time in seconds where the clip should be placed on the timeline | |
| linkAudio | No | When false, removes the auto-linked audio counterpart that Premiere places on audio tracks for video-track clips. Useful for video overlays whose source media (e.g. Remotion .mov outputs) carry silent PCM that would overwrite existing audio. Default true (preserves Premiere's native linking behavior). | |
| insertMode | No | Whether to overwrite existing content or insert and shift | |
| sequenceId | Yes | The ID of the sequence (timeline) to add the clip to | |
| trackIndex | Yes | The index of the video or audio track (0-based) | |
| projectItemId | Yes | The ID of the project item (clip) to add | |
| sourceInPoint | No | Source IN point in seconds — the start of the sub-range to pull from the source (footage or sequence). Replicates marking an in point in the Source monitor. Requires sourceOutPoint. When omitted, the whole source (or its current marks) is placed. | |
| sourceOutPoint | No | Source OUT point in seconds — the end of the sub-range to pull from the source. Replicates marking an out point in the Source monitor. Requires sourceInPoint. |