Skip to main content
Participant
June 18, 2024
Answered

premiere pro extendscript

  • June 18, 2024
  • 1 reply
  • 610 views

Hello,

I am a beginner interested in controlling Adobe Premiere Pro using code.

I found examples online showing how to apply Gaussian blur to the entire video, but I'm not sure if it's possible to apply video effects to specific positions (such as the center or top left corner) for a certain number of frames as described above. Is this possible using code?

Thank you very much for your response.

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

It is possible to control effect parameters, and enable/disable keyframing, but PPro doesn't expose the ability to add effects, via API. 

1 reply

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
June 24, 2024

It is possible to control effect parameters, and enable/disable keyframing, but PPro doesn't expose the ability to add effects, via API. 

Participant
June 25, 2024

Thank you very much for your response.
I think I may not have fully understood your answer.
Is it possible to apply a video effect at a specific position for a certain number of seconds (or frames) using the API? I have been looking for an example but have not yet found a suitable answer.
If possible, could you please provide an example?

Participant
June 25, 2024

I'm glad you now understand how to control keyframes programmatically. Thank you. If you happen to come across any good examples, I'd appreciate it if you could share them with me.