Skip to main content
Participant
March 13, 2024
Answered

Automate [Set gain to] or [Adjust Gain by] on timeline clips in Première Pro

  • March 13, 2024
  • 1 reply
  • 227 views

Is there a way to automate Set gain to, or Adjust Gain by (or Normalize Max Peak to or Normalize All peaks) to a clip, for example with ExtendScript ?

For example, I want to make a script that adjusts the gain of clip 1, 4, 6 and 8 on track A1 with -7 dB.

 

 

 

This topic has been closed for replies.
Correct answer Bruce Bullis

If you can find that value in the component param streams of a trackItem, then you can adjust it.

Here's PProPanel accessing component params streams.

1 reply

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
March 14, 2024

If you can find that value in the component param streams of a trackItem, then you can adjust it.

Here's PProPanel accessing component params streams.