0
  • There are no proper documentation on how to build plugins for adobe premiere pro using xcode.

  • Is it possible to connect a javascript program and a cpp program?

  • Does adobe premiere pro supports hybrid extensions (like javascript and cpp together)?

o-90
  • 15,749
  • 10
  • 40
  • 61
coder
  • 23
  • 4

1 Answers1

1

Here is a good starting point, it shows how to download, install and build a project then use it in Premiere Pro and After Effects. The subject is terribly documented as far as I have found.

https://assets.adobe.com/link/724f1842-24dd-4e80-765e-717954883794

Also, what are you trying to accomplish by integrating JavaScript?

Here is an SO question with more than one good answer on integrating JS and C++: How to execute Javascript function in C++

eulerworks
  • 367
  • 3
  • 8