Skip to main content
Participant
May 16, 2023
解決済み

Extending clips using Extendscript api

  • May 16, 2023
  • 返信数 1.
  • 641 ビュー

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?

このトピックへの返信は締め切られました。
解決に役立った回答 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

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