Copy link to clipboard
Copied
I want to develop plugin for premiere pro to automaticly edit videos, similar to what AuutoPod does.
How do I do it?
using python/node/c++/ what is the library I need to access premiere pro functionality like triming video clips and adding keyframes and peocesess like effects etc`
Thank you !!
Autopod and other CEP panels rely upon PPro's ExtendScript API.
>How do I do it?
Here's the PProPanel example, and here's the API documentation.
Autopod is using the ExtendScript API.
The PProPanel sample I referenced contains example code for adding and modifying trackItems; here are the docs.
Copy link to clipboard
Copied
Autopod and other CEP panels rely upon PPro's ExtendScript API.
>How do I do it?
Here's the PProPanel example, and here's the API documentation.
Copy link to clipboard
Copied
thank you for the comment.
the issue is that with ExtendScript I dont see any method for actualy cutting and trimming video and audio files (i.e Editing!).
and autopod plugin dose this!
can you clarify a bit more please?
Copy link to clipboard
Copied
Autopod is using the ExtendScript API.
The PProPanel sample I referenced contains example code for adding and modifying trackItems; here are the docs.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now