build_premiere_script
Generate a Premiere Pro ExtendScript to import and append selected clips directly to the active timeline.
Instructions
Generate a Premiere Pro script (premiere_insert.jsx) that imports the chosen clips and appends them to your ACTIVE sequence. Run it in Premiere via File > Scripts (or the ExtendScript runner) with a project + sequence open. This is the direct-to-timeline path for Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | Clips to append, in order. | |
| out_dir | Yes | Absolute directory to write the .jsx into. Created if missing. |