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

How to develop a plugin like AutoPod?

New Here ,
May 16, 2025 May 16, 2025

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 !!

TOPICS
SDK
646
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 2 Correct answers

Adobe Employee , May 16, 2025 May 16, 2025

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.

 

Translate
Adobe Employee , May 16, 2025 May 16, 2025

Autopod is using the ExtendScript API. 

The PProPanel sample I referenced contains example code for adding and modifying trackItems; here are the docs.

Translate
Adobe Employee ,
May 16, 2025 May 16, 2025

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.

 

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
New Here ,
May 16, 2025 May 16, 2025

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?

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 ,
May 16, 2025 May 16, 2025
LATEST

Autopod is using the ExtendScript API. 

The PProPanel sample I referenced contains example code for adding and modifying trackItems; here are the docs.

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