Copy link to clipboard
Copied
I would like to write a C++ plugin that allows me to generate encoding task via external input, e.g request over network.
Since the extendscript environment in AME does not have access to the Socket class, I have been looking into the Premiere Pro SDK.
Is there a suite that allows me to do this? I was looking into the Export Controller, but it seems to only be triggered via user interaction, and not sure its supported anyway by AME.
Thanks for any help
Copy link to clipboard
Copied
The easiest way would be to represent jobs as ExtendScript files and execute those in AME. See here for details:
https://community.adobe.com/t5/adobe-media-encoder-bugs/media-encoder-poor-quality-mp4-exports-and-c...
Copy link to clipboard
Copied
Yes thats what I'm currently using, but the extendscript framework has limited functionality and using C++ would all integration with other third party more easily
Copy link to clipboard
Copied
Let us know what exactly is missing and we may able to help you.
Copy link to clipboard
Copied
I am trying to get progress information out of AME to a third party information. Currently it doesn't look like AME has any kind of IPC available in Extendscript