• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Explorer ,
Dec 05, 2024 Dec 05, 2024

Copy link to clipboard

Copied

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!

TOPICS
SDK

Views

51

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Dec 05, 2024 Dec 05, 2024

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

Votes

Translate

Translate
Adobe Employee ,
Dec 05, 2024 Dec 05, 2024

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines