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

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

Community Beginner ,
Jul 13, 2023 Jul 13, 2023

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

TOPICS
Export or render , How to

Views

211

Translate

Translate

Report

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

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...

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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