Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Premiere Pro Plugins Development Roadmap

Community Beginner ,
Jul 24, 2023 Jul 24, 2023

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?

TOPICS
SDK
734
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jul 24, 2023 Jul 24, 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


Translate
Adobe Employee ,
Jul 24, 2023 Jul 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]

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 24, 2023 Jul 24, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 24, 2023 Jul 24, 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/PPR...

 The PProPanel readme describes how to set up a development environment. 

Here are the API docs: https://ppro-scripting.docsforadobe.dev


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 25, 2023 Jul 25, 2023
LATEST

Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines