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

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

Community Beginner ,
Jul 13, 2023 Jul 13, 2023

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

TOPICS
Export or render , How to
279
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 18, 2023 Jul 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-c...

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
Community Beginner ,
Jul 18, 2023 Jul 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

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 19, 2023 Jul 19, 2023

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

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
Community Beginner ,
Aug 07, 2023 Aug 07, 2023
LATEST

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

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