add_to_timeline_batch
Place multiple clips onto one Premiere Pro sequence in a single round-trip, controlling each clip's timing and audio link, with a summary of placed/failed counts for efficient batch edits.
Instructions
Places MANY clips onto one sequence in a single round-trip — the fast path for rebuilding a whole edit (e.g. a Descript/EDL stringout). Equivalent to calling add_to_timeline (overwrite) once per clip, but ~50x faster because it loops inside one ExtendScript pass instead of one file round-trip per clip. Each clip supports per-clip linkAudio and sourceInPoint/sourceOutPoint (Source-monitor in/out). Returns a per-clip result array so one bad clip does not sink the batch, plus an aggregate status: top-level success is true ONLY when every clip placed; status is "success" | "partial" | "failure" with placed/failed/total counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | Ordered list of clips to place. All use overwrite mode. | |
| sequenceId | Yes | The ID of the sequence (timeline) to add clips to |