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

Can I add custom codes or functions?

New Here ,
Jul 08, 2021 Jul 08, 2021

When I use Adobe Premiere Pro, I want to use the function that I wrote in C++ code. Is there a way to use externally written code in Adobe Premiere Pro?

TOPICS
SDK
1.0K
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 13, 2021 Jul 13, 2021

Yes, PPro supports CEP extensions, and yes, your panel's JavaScript can be used to invoke Python code.

 

Again...what, specifically, would you like to have your external code do, in Premiere Pro?

Translate
LEGEND ,
Jul 09, 2021 Jul 09, 2021

There are some things that can be handled by scripting, but it's something very few users actually know squat about.

 

@Bruce Bullis  is a developer that typically handles the scripting issues. Adobe is on summer vacay this week so ... might not be around for a few days.

 

Neil

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 10, 2021 Jul 10, 2021

What, specifically, would you like to have your external code do, in Premiere Pro?

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
LEGEND ,
Jul 10, 2021 Jul 10, 2021

Thanks for popping in, Bruce! As always ...

 

Neil

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 ,
Jul 11, 2021 Jul 11, 2021

Apply machine learning to images or videos uploaded to Adobe Premiere Pro

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 ,
Jul 12, 2021 Jul 12, 2021

I also thought about how to create extensions through Adobe-CEP and load Python code with javascript and execute it. Is it possible?

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 13, 2021 Jul 13, 2021

Yes, PPro supports CEP extensions, and yes, your panel's JavaScript can be used to invoke Python code.

 

Again...what, specifically, would you like to have your external code do, in Premiere Pro?

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
LEGEND ,
Jul 13, 2021 Jul 13, 2021
LATEST

I'm guessing you want access to every pixel of every frame, something that would be ludicrously slow in a script. Consider writing a plug-in instead of a script or extension. These must follow very strict rules, but they are in C++, so you have a head start there.

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