Skip to main content
Inspiring
January 21, 2020
Answered

CEP/JS Keyframe Animation

  • January 21, 2020
  • 2 replies
  • 908 views

Is it possible, and is there an example, of how to modify keyframes on a clip using an CEP/JS extension?

This topic has been closed for replies.
Correct answer Bruce Bullis

CEP panels can use ExtendScript to do that, yes; here's how.
https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPRO/Premiere.jsx#L1381

2 replies

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
January 22, 2020
mortorayAuthor
Inspiring
January 23, 2020

It appears that @justintaylor is correct that there is no way to adjust the keyframe interpolation correctly. 😞

 

I've resorted to doing my own interpolation and adding keyframes to each frame of the video.

Justin Taylor-Hyper Brew
Community Expert
Community Expert
January 23, 2020
Justin Taylor-Hyper Brew
Community Expert
Community Expert
January 21, 2020

You can't modify interpolation, but you should be able to add/remove/modify keyframes.

 

Check out the sample panel here: https://github.com/Adobe-CEP/Samples/tree/master/PProPanel