Skip to main content
Participant
July 24, 2023
Answered

Premiere Pro Plugins Development Roadmap

  • July 24, 2023
  • 1 reply
  • 790 views

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?

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

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


1 reply

Bruce Bullis
Community Manager
Community Manager
July 24, 2023

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]

 

Fer SouzaAuthor
Participant
July 25, 2023

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

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
July 25, 2023

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