Skip to main content
Participant
January 14, 2020
Answered

How to develop a Premier Pro extension that controls timeline window, with CEP (HTML & JS & CSS)

  • January 14, 2020
  • 1 reply
  • 1405 views

I'd like to develop a Premier Pro extension that controls timeline window, with CEP (HTML & JS & CSS).

 

Ex)

A user operate something into my extension, the state of timeline (for example, source video's trimming time from&to) changes as user operated.

 

However, I have no information how to.

Is there some manual/guide or sample source that is useful for above purpose?

 

Thanks.

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

I'm very sorry, I made a mistake...

 

[wrong] - add/delete/move video tracks

[right] - add/delete/move a clip to/from sequence

 

Is there some API available above?

And if it's alright with you, please introduce some sample source or API manual doing above.

 

Thanks.


> add/delete/move a clip to/from sequence

 

https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPRO/Premiere.jsx#L1584

 

 

1 reply

Bruce Bullis
Community Manager
Community Manager
January 15, 2020

Here's the PProPanel sample, and how to develop a Premiere Pro panel:

 

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel/

Specifically, what would you like to modify or control, from within your extension?

T.A.Author
Participant
January 16, 2020

Thank you for answering.
I'd like to do below and apply to Timeline panel from my extension.
- add/delete/move video tracks
- cut/trim video (set in-point and out-point for video source)

 

Thanks.

Bruce Bullis
Community Manager
Community Manager
January 16, 2020

Panels can control the in and out points of a clip, but there is no API available to add/delete/move tracks.