Skip to main content
Known Participant
December 5, 2024
Answered

extendscript or c++ :How to get and set transitions' components or properties in premiere pro?

  • December 5, 2024
  • 1 reply
  • 229 views

How to get and set transitions' components or properties in premiere pro?Recently i am developing a c++ transition plugin:coolmation, i use cep to use it:

 

var effectToAdd = qe.project.getVideoTransitionByName(“coolmation”);

 

it works!But i have to set some values in this plugin!Is there anyway to make this?I can easily get or set values in effects,but  transitions seems difficult!No matter get value in cep and set value to plugin,or directly get values in c++ plugin ,how can i make it?Could you give me some advice;

In real practice,i need to get clips’ position value,then set to c++  transition plugin~ if c++ has

 api to get value is best!

This topic has been closed for replies.
Correct answer bbb_999

The QE DOM is neither supported nor recommended. 
PPro offers no API around applying transitions.

1 reply

bbb_999
Community Manager
bbb_999Community ManagerCorrect answer
Community Manager
December 5, 2024

The QE DOM is neither supported nor recommended. 
PPro offers no API around applying transitions.