Copy link to clipboard
Copied
Hi, I'm interested in Premiere Pro Plugin Development, but i have no knowledge or guide at all. There's any course, or guidelines to go from 0 to a basic plugin?
There are no APIs around smoothing PPro mouse functions.
CEP-based panels can use PPro's ExtendScript APIs, to manipulate keyframes; here's some example code from the PProPanel sample:
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L1451
The PProPanel readme describes how to set up a development environment.
Here are the API docs: https://ppro-scripting.docsforadobe.dev
Copy link to clipboard
Copied
The APIs you would use, depend on what you'd like to create.
What would you like to create? [Happy to provide further guidance, based on your response]
Copy link to clipboard
Copied
I would to create a plugin that automates functions on premiere, like auto keyframes. Also, I want to edit Premiere's Pro mouse functions, to make Windows Timeline Zoom-In Smooth as in MacOs
Copy link to clipboard
Copied
There are no APIs around smoothing PPro mouse functions.
CEP-based panels can use PPro's ExtendScript APIs, to manipulate keyframes; here's some example code from the PProPanel sample:
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPR...
The PProPanel readme describes how to set up a development environment.
Here are the API docs: https://ppro-scripting.docsforadobe.dev
Copy link to clipboard
Copied
Thanks!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now