How to get the Media encoder formats and preset list from Premiere pro UXP API?

Hi,

From the CEP Extendscript, we could use the Bridgetalk to communicate with the AME and get the available Formats and Presets in Media encoder from a Premiere pro panel.

Is there any way, we could list the Formats and presets (with the corresponding .epr file path) in UXP?

This will help the end user to use the already familiar AME presets directly from panels, without digging into the preset folders.

Thanks.

Unfortunately there is no API for getting lists of available AME presets file in UXP at this point. We only have API called getExportFileExtension that could return the file format based on input .epr file.

Thanks for the feedback and we will take that into considerations!