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

Apply Cross Dissolve Between Clips With Scripting

Engaged ,
May 13, 2019 May 13, 2019

Suppose that I have two clips right next to each other on a track, like this:

hB2bebY.png

Now suppose I want to use a Premiere Pro script to add a cross dissolve transition between those two clips (with a duration of exactly 10 frames), so that I end up with:

yxs2Kdn.png

How can I do this using ExtendScript?  Is it possible?  If so, can you provide an example?

TOPICS
SDK
1.5K
Translate
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 , May 13, 2019 May 13, 2019

Currently not possible, with PPro's ExtendScript API.

Translate
Adobe Employee ,
May 13, 2019 May 13, 2019

Currently not possible, with PPro's ExtendScript API.

Translate
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
Engaged ,
May 13, 2019 May 13, 2019

That's what I feared.  Thanks for confirming it.

Translate
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
New Here ,
Dec 19, 2021 Dec 19, 2021

Is it possible today? Is it going to be supported anytime soon?

Translate
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
Explorer ,
Dec 19, 2021 Dec 19, 2021
LATEST

It is possible using QE DOM. Method QETrackItem.addTransition. Please find my post about it a month ago.

Translate
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