Skip to main content
Participant
November 28, 2024
Question

Automation Blocks Stitching footage with 2 starting at the beginning of the timeline

  • November 28, 2024
  • 1 reply
  • 388 views

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

This topic has been closed for replies.

1 reply

Mathias Moehl
Community Expert
Community Expert
November 28, 2024

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.

 

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Mathias Moehl
Community Expert
Community Expert
November 28, 2024

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.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Participant
November 28, 2024

That solved my problem, thanks!