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

How to manually handle interpolation between 2 keyframe?

Community Beginner ,
Feb 29, 2016 Feb 29, 2016

Copy link to clipboard

Copied

Hello,

I am currently working on a plugin that apply rotation (according to yaw, pitch and roll angles) to a video.

I'd like to know if it is possible to control the interpolation of those 3 angles between 2 keyframes (other than linear, bezier etc...) or manually adding some intermediate points to control the trajectory?

Thx in advance

TOPICS
SDK

Views

426

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 , Mar 04, 2016 Mar 04, 2016

Using the AE effect API, with an arbitrary parameter data type, you could control your own interpolation (see PF_Arbitrary_INTERP_FUNC).  You could try using such a parameter type in combination with an angle UI control.

Votes

Translate

Translate
Adobe Employee ,
Feb 29, 2016 Feb 29, 2016

Copy link to clipboard

Copied

No additional control of keyframe interpolation is available, via any PPro API.

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 04, 2016 Mar 04, 2016

Copy link to clipboard

Copied

LATEST

Using the AE effect API, with an arbitrary parameter data type, you could control your own interpolation (see PF_Arbitrary_INTERP_FUNC).  You could try using such a parameter type in combination with an angle UI control.

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