Skip to main content
Participant
May 16, 2023
Answered

Extending clips using Extendscript api

  • May 16, 2023
  • 1 reply
  • 641 views

I am trying to extend the length of clips using a CEP panel. Specifically to hold the last frame until the sequence out point. But I cannot see any viable methods to do this in the PPRO API. Is this possible?

This topic has been closed for replies.
Correct answer Justin Taylor-Hyper Brew

You can extend a clip by modifying the clip.end value with a new Time() instance.

 

Not sure if adding a frame hold is possible through the API, but maybe check out:

 

docsforadobe.dev

https://github.com/aenhancers/types-for-adobe

https://github.com/aenhancers/types-for-adobe-extras

 

1 reply

Justin Taylor-Hyper Brew
Community Expert
Community Expert
May 22, 2023

You can extend a clip by modifying the clip.end value with a new Time() instance.

 

Not sure if adding a frame hold is possible through the API, but maybe check out:

 

docsforadobe.dev

https://github.com/aenhancers/types-for-adobe

https://github.com/aenhancers/types-for-adobe-extras