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

What are valid parameters for setInterpolationTypeAtKey in Premiere Pro ExtendScript?

Explorer ,
Mar 17, 2020 Mar 17, 2020

Copy link to clipboard

Copied

All the examples I keep finding around the internet are for After Effects.

This method (i.e. "setInterpolationTypeAtKey") does exist for component properties but I cannot figure out what can I pass to it. Also there is no "KeyframeInterpolationType" global enum as it is in After Effects.

 

I want to set EASE IN and/or EASE OUT (but Bezier might do as well) for my keyframes on a "scale" property of "transform" effect with my panel in Premiere Pro.

 

So my question is: what arguments can I pass to setInterpolationTypeAtKey ?

TOPICS
SDK

Views

1.1K

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 2 Correct answers

Adobe Employee , Mar 19, 2020 Mar 19, 2020
Reproduced the issue; it's a bug. We're tracking this as DVAPR-4222562; I'll keep the thread informed of our progress.

Votes

Translate

Translate
Adobe Employee , Aug 12, 2021 Aug 12, 2021

DVAPR-4222562 is fixed in PPro beta 22.0.0x53 (today's build).

Votes

Translate

Translate
Adobe Employee ,
Mar 17, 2020 Mar 17, 2020

Copy link to clipboard

Copied

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
Explorer ,
Mar 17, 2020 Mar 17, 2020

Copy link to clipboard

Copied

Thanks. However it will only let me pass 0 or 1. If I use 2 or a greater integer I get an error. Any suggestions? I'm running Premiere Pro 2020

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
Adobe Employee ,
Mar 17, 2020 Mar 17, 2020

Copy link to clipboard

Copied

Could you send me a snippet, that repro's the behavior for you? mailto:bbb@adobe.com

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
Explorer ,
Mar 17, 2020 Mar 17, 2020

Copy link to clipboard

Copied

Email just sent.  From ka*****@gmail.com

Thanks!

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
New Here ,
May 18, 2022 May 18, 2022

Copy link to clipboard

Copied

LATEST

Hi Bruce, I'm using pr v22.0x169, and my code is 

var suc1 =  posComponent.setInterpolationTypeAtKey(key1, 2, true);

but result is null.

and in pr it doesn't work. I dont know what the problem is

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
Adobe Employee ,
Mar 19, 2020 Mar 19, 2020

Copy link to clipboard

Copied

Reproduced the issue; it's a bug. We're tracking this as DVAPR-4222562; I'll keep the thread informed of our progress.

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
Contributor ,
Jul 20, 2020 Jul 20, 2020

Copy link to clipboard

Copied

Hi Bruce,
is there any estimate on when this bug will be fixed?

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
Adobe Employee ,
Jul 22, 2020 Jul 22, 2020

Copy link to clipboard

Copied

Sorry, I can provide no estimated date for implementation. [We'll take another look...]

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
New Here ,
Jul 28, 2020 Jul 28, 2020

Copy link to clipboard

Copied

Hey Bruce, when is it going to be fixed? I really need this code to work

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
Adobe Employee ,
Jul 29, 2020 Jul 29, 2020

Copy link to clipboard

Copied

As mentioned, Adobe can provide no estimated date for implementation.

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
New Here ,
Aug 12, 2020 Aug 12, 2020

Copy link to clipboard

Copied

I'm waiting for more than 5 months for this bug to be fixed... It's important for me. I need this code 😞

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
Adobe Employee ,
Aug 12, 2020 Aug 12, 2020

Copy link to clipboard

Copied

We understand the importance, and are still not able to provide a date by which it will be fixed.

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
Explorer ,
Aug 10, 2021 Aug 10, 2021

Copy link to clipboard

Copied

Facing the same issue here. Thanks Bruce!

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
Adobe Employee ,
Aug 12, 2021 Aug 12, 2021

Copy link to clipboard

Copied

DVAPR-4222562 is fixed in PPro beta 22.0.0x53 (today's build).

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
Contributor ,
Aug 12, 2021 Aug 12, 2021

Copy link to clipboard

Copied

I'm throwing a feast tonight!🥳

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
Explorer ,
Aug 16, 2021 Aug 16, 2021

Copy link to clipboard

Copied

Thank you, Bruce!

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