Copy link to clipboard
Copied
Hello Automation Blocks Team,
I'm trying to create a custom Automation Blocks script in Premiere Pro to streamline a repetitive workflow I do for every project.
Here’s what I want the script to do:
Automatically create 2 offline clips inside an existing bin structure:
File > Extra > Multicam Sequences.
The offline clips don't need any specific name, but they should always have the same names each time (so the script can later find and select them reliably).
After creating them, the script should automatically select both offline clips (which are inside the Extra > Multicam Sequences bin, not from the "Processed Clips" bin).
Then, it should create a Multicam Sequence from those two offline clips, using In Point as the sync method.
Finally, once the Multicam Sequence is created, it should delete the two offline clips from the bin (so they don’t clutter the project panel).
I’m not familiar with JavaScript or programming, and this is my first time using Automation Blocks, so a visual guide or working XML example would help a lot.
I just created this video for you:
Here you can download the scripts from the Community Library, which I used in the tutorial:
https://www.dropbox.com/scl/fo/irmbfept7kdflhmfmbtlk/AJbOYR4cIZ6AHWhOzs3RQXM?rlkey=71419bbt2m4fuhartfz6h3y07&dl=0
Summary:
As far as I know, there is no way to create multicam sequences with the Pr scripting API (and hence also with Automation Blocks), but yoou can setup some multicam sequences in a template project and then import them into your active project whenever
Copy link to clipboard
Copied
I just created this video for you:
Here you can download the scripts from the Community Library, which I used in the tutorial:
https://www.dropbox.com/scl/fo/irmbfept7kdflhmfmbtlk/AJbOYR4cIZ6AHWhOzs3RQXM?rlkey=71419bbt2m4fuhart...
Summary:
As far as I know, there is no way to create multicam sequences with the Pr scripting API (and hence also with Automation Blocks), but yoou can setup some multicam sequences in a template project and then import them into your active project whenever you need them.
Copy link to clipboard
Copied
thank you so much yes its working 😊😊😊
Copy link to clipboard
Copied
🥳
Find more inspiration, events, and resources on the new Adobe Community
Explore Now