Copy link to clipboard
Copied
I have 2 sequences I want to stitch together and a music file that should start from the beginning. Is there any way to generate this via automation blocks so I can create a batch, where only the start sequence is the variable? Thanks in advance
Copy link to clipboard
Copied
You probably want to use a script similar to the one I show here:
https://docs.mamoworld.com/automation-blocks/tutorials-pr/batchSequenceCreation
Instead of looping over multiple variants for first and second clip,you can also just use one variant for the end sequence (in that case you can skip one loop completely).
You can also use sequence items instead of footage items as your clips. This will insert the sequences as nested sequences.
Copy link to clipboard
Copied
And in order to add the audio file, you can add a "Add Project Items to Sequence" block to insert the music ast the beginning of the sequence in the audio track of your choice.
Copy link to clipboard
Copied
That solved my problem, thanks!