Skip to main content
Participant
July 26, 2025
Question

Automation Blocks: Add Handles to Clips in Timeline

  • July 26, 2025
  • 2 replies
  • 747 views

Hey everyone! 

I’m working on a script using Automation Blocks in Premiere Pro to help with a shot request workflow — basically, I need to add handles (10 frames) to the start and end of multiple clips in a timeline before sending them to a client as a reference QT and XML.

The goal is:

  • Loop through all video clips in the active sequence

  • Extend the in-point backward and the out-point forward by a set number of frames

  • Avoid touching audio clips or clips that are already trimmed to the edge of their media

 

I tried to using the "Precompose With Handles" script but it can only do one clip at a time and I don't want it to create a Precomp. I tried to delete sections of it to get what I needed but I just broke it. 

Thanks in advance for any advice!

2 replies

Mathias Moehl
Community Expert
Community Expert
July 26, 2025

If you just want to render the clips with the handles, you could also customize the Render Clips of Sequence tool. such that it does not use exactly the in- and out-points from the clips of the sequence, but adds the handles to those.

 

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

Hi Mathias!

Right now, we do not have space before and after the clips. Ideally, the other clips would ripple edit and not override each other in the string-out timeline (which we do manually right now). If ripple edit is not an option, I could see us changing the process and AEs creating space between the clips before they run the script. 
Unfortunately, rendering is not an option. We would want the clips with handles to remain referencing the original media since the client is often using the timecode of the source to locate the finish-able files to deliver to us.

I am attaching a short video that illustrates our process.

I appreciate your insight!

Mathias Moehl
Community Expert
Community Expert
July 29, 2025

I just added a tool to the community library for you:

Clips/Time/Add Handles to All Clips in V1 A1.xml

 

In the inputs panel choose a handle duration of 10 frames, then run the tool. It will
Shift all clips in V1 and A1 accordingly to get enough space between the clips for the handles and then also add the handles to the clips.
If you look into the implementation you will see that the clip lists are processed backwards. By starting by the last clips, we can savely shift the clips to the right without risking overwriting other clips accidentally.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Mathias Moehl
Community Expert
Community Expert
July 26, 2025

I don't fully understand what you want to achieve. When you extend a clip by 10 frames, what should happen with the clip before and after it? Or do you always have enough empty space around the clips in the timeline?

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects