Uploaded November 2023 | Updated September 2026, 4 days ago
download Automation Blocks for Premiere Pro at aescripts.com/automation-blocks-for-premiere-pro
Master the art of remote interview editing in Adobe Premiere Pro with the remarkable capabilities of Automation Blocks! In this tutorial, we'll guide you through the process of creating dynamic side-by-side transitions that zoom in and out between two videos, emphasizing the speaker who is currently talking. Discover how to leverage Automation Blocks to streamline the process, saving you time and effort. Join us as we dive into this seamless editing workflow and unlock the full potential of Automation Blocks in Premiere Pro. Don't forget to subscribe for more editing tips and tricks!
Transcript:
When you are editing a remote interview you often want the person who is currently talking to be larger. This means a lot of tedious keyframing to create all those transitions or... it doesn't!
With Automation Blocks for Premiere Pro you can create such a transition with just a single click! And it creates all the keyframes for you.
To do this, we need the following setup:
In Track 1, you can put your background, in track 2 we insert the clip with the first speaker and in track 3 the one with the second.
Now you can place the speakers in their initial position using the position and scale.
Alternatively, you can apply a corner pin effect to the clips, if you want to give them some depth and perspective.
In Automation Blocks, you now choose the tool "Swap Position and Scale V2 V3 - for Remote Interview" which swaps position and scale for video tracks 2 and 3. If you used a corner pin, use the "Swap Corner Pin" tool instead.
If you run the tool, it inserts keyframes to create a transition at the current time, such that the clip which was big before is now small and vice versa.
With the mirror option enabled, each clip stays on its own side. So the older guy stays on the left in this case, whereas the younger guy stays on the right .
If I disable the "mirror", the two clips swap their position, which means they also swap sides.
Finally, with this input you can set the duration of the transitions, which is 0..5 seconds by default.
If you look at the block code, you can customise the tools even further.
If you want to change the default values for the inputs, you can change those here in the first block.
If you have your clips on video tracks other than V2 and V3, you can first expand the details of the code here, and then choose here the track where your first speaker is located, and here the track of the second one.
These tools to quickly edit remote interviews are just two of many tools included in Automation Blocks for Premiere Pro. If you don't have Automation Blocks installed, yet, download your free trial at aescripts.com
download Automation Blocks for Premiere Pro at aescripts.com/automation-blocks-for-premiere-pro
Master the art of remote interview editing in Adobe Premiere Pro with the remarkable capabilities of Automation Blocks! In this tutorial, we'll guide you through the process of creating dynamic side-by-side transitions that zoom in and out between two videos, emphasizing the speaker who is currently talking. Discover how to leverage Automation Blocks to streamline the process, saving you time and effort. Join us as we dive into this seamless editing workflow and unlock the full potential of Automation Blocks in Premiere Pro. Don't forget to subscribe for more editing tips and tricks!
Transcript:
When you are editing a remote interview you often want the person who is currently talking to be larger. This means a lot of tedious keyframing to create all those transitions or... it doesn't!
With Automation Blocks for Premiere Pro you can create such a transition with just a single click! And it creates all the keyframes for you.
To do this, we need the following setup:
In Track 1, you can put your background, in track 2 we insert the clip with the first speaker and in track 3 the one with the second.
Now you can place the speakers in their initial position using the position and scale.
Alternatively, you can apply a corner pin effect to the clips, if you want to give them some depth and perspective.
In Automation Blocks, you now choose the tool "Swap Position and Scale V2 V3 - for Remote Interview" which swaps position and scale for video tracks 2 and 3. If you used a corner pin, use the "Swap Corner Pin" tool instead.
If you run the tool, it inserts keyframes to create a transition at the current time, such that the clip which was big before is now small and vice versa.
With the mirror option enabled, each clip stays on its own side. So the older guy stays on the left in this case, whereas the younger guy stays on the right .
If I disable the "mirror", the two clips swap their position, which means they also swap sides.
Finally, with this input you can set the duration of the transitions, which is 0..5 seconds by default.
If you look at the block code, you can customise the tools even further.
If you want to change the default values for the inputs, you can change those here in the first block.
If you have your clips on video tracks other than V2 and V3, you can first expand the details of the code here, and then choose here the track where your first speaker is located, and here the track of the second one.
These tools to quickly edit remote interviews are just two of many tools included in Automation Blocks for Premiere Pro. If you don't have Automation Blocks installed, yet, download your free trial at aescripts.com










![AI-Powered Project Organization: Batch-Renaming in Premiere Pro with Automation Blocks and ChatGPT
download Automation Blocks for Premiere Pro at https://aescripts.com/automation-blocks-for-premiere-pro/
Unleash the power of AI in your Premiere Pro project organization! In this tutorial, well introduce you to a groundbreaking workflow that combines Automation Blocks with the cutting-edge AI capabilities of ChatGPT. Say goodbye to manual renaming struggles and hello to an AI-driven process that takes your project organization to new heights. Discover how to easily add prefixes or suffixes to project item names and harness the full potential of search & replace functionality. Well dive into leveraging ChatGPT to generate complex regular expressions for seamless renaming with even the most intricate naming patterns. Join us as we revolutionize your workflow and elevate your project organization in Premiere Pro. Subscribe now for more AI-powered tutorials and productivity hacks!
Transcript:
Let me show you how to rename many project items at once in Premiere Pro with Automation Blocks. And to make this boring topic super exciting, we will also use some artificial intelligence - So stay tuned!
Here I have these concert items in my Premiere Pro project and they are actually jpgs. But somehow, probably since I renamed the items manually, they dont have a .jpg suffix anymore.
I can fix this quickly with the Append to Project Item Names tool of the extension Automation Blocks. Here as text after I just enter .jpeg, make sure my items are all selected and run the tool.
If I entere the text final now - and note that I entered a space before the final - and run the tool again, you can see that this is also appended to the name , but before the suffix .jpg. This is because I have this option here enabled. If I would deactivate it, the final would be placed after the jpeg. You can also insert texts before the original name, but lets not waste any time and instead show you also the tool Search and Replace in Project Items Names.
The basic function is very obvious here, too. You can for example search for final and replace it by v2 and all names update accordingly.
By default, the tool only processes selected project items, but you can also uncheck this box to process everything in your project.
Also, by default the search is case sensitive.
Since reality is not always as easy as these simple examples, lets take a look at this super powerful option to allow regular expressions and see how we can use artificial intelligence to help us.
Here I have some Adobe stock images and lets try to do some search & replace on those numbers here. So instead of searching for a fixed text, we search for a pattern, which matches all those numbers using regular expressions.
If you know how to write regular expressions, great! If not, no problem - lets ask Chat GPT!
We ask Please give me a regular expression in JavaScript syntax which matches an underscore followed by any number.
And here is ChatGPTs answer.
This text between the two slashes is always the pattern we are looking for. But before we copy it, lets take a look at the explanation, to see if it is really what we need.
Here it say, the pattern matches an underscore followed by a single digit. If you want to match more than one digit after the underscore, you can modify the expression to ... this.
Ok, since we need more than one digit, we copy this one. Make sure to always copy only the part between the two slashes, without the slashes themselves.
So we paste the pattern in the search box, select the first few images and make sure allow regular expressions is enabled. Now if we keep the replace text empty and run the tool, it matches all the numbers with leading underscores and removes them.
Now lets say that we dont want to delete the numbers, but want to reuse our numbers in the replace text. For this, we need to store them in so called capturing groups. So lets ask ChatGPT to add those.
I want the version which supports multiple digits. Could you please put the number into a capturing group?
ChatGPT often generates sample code how to use the expression, but we can ignore that and again just copy the part of the expression between the two slashes.
We paste it into the search field and if you compare the new pattern to the old one, you notice that it has those parentheses which put the digits into the capturing group. Since the pattern has only one pair of parenthesis, we only have one group, and this one can be accessed by $1.
So if we enter as replace text [$1] for example, and run the tool, you can see that the digits are now placed in square brackets.
With these clips here, I want to show you how to create regular expressions with ChatGPT based on examples.
Can you give me a regular expression in JavaScript syntax which matches strings like ASC101H1 and ASC103H2 and puts the numbers into capturing groups?
And here is our result! So lets copy it to the clipboard.
Since we have two capturing groups this time, we AI-Powered Project Organization: Batch-Renaming in Premiere Pro with Automation Blocks and ChatGPT](https://i.ytimg.com/vi/xem0vvgn_5c/mqdefault.jpg)