Skip to main content
Participant
July 13, 2023
Question

C++ API for automating generating encoding tasks from external input

  • July 13, 2023
  • 1 reply
  • 428 views

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

This topic has been closed for replies.

1 reply

Adobe Employee
July 18, 2023

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-conversions/idc-p/13944542#M963

Participant
July 18, 2023

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

Adobe Employee
July 19, 2023

Let us know what exactly is missing and we may able to help you.