Build video from edit-spec
premiere_build_videoAssembles a full video timeline from a JSON edit-spec: creates a sequence, places clips, adds titles, audio, transitions, effects, and optionally renders the final file.
Instructions
Assemble a whole timeline in one shot from a JSON edit-spec: create a sequence, place video clips, add titles (MOGRT), add audio, apply transitions/effects - then optionally render it out. This is the main fully-automatic assembly tool. All asset paths must exist. Returns a per-step report with warnings for any step that failed (the rest still apply).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | No | Create a fresh sequence (silent). Omit to build into the active sequence. | |
| video | No | Video clips to place. | |
| titles | No | Titles/text via MOGRT. | |
| audio | No | Audio/music/SFX to place. | |
| transitions | No | Transitions (QE). | |
| effects | No | Video effects (QE). | |
| export | No | Render the result to a file after assembly. |