Question
How to creating multiple outputs from one source via AME scripting?
Hi,
I am trying to add one source file into batch with multiple presets and multiple outputs.
I can do that via the UI by either duplicating the render, or go to 'File > Add Output".
I am currently using addFileToBatch but it can only add a task with one preset and one outputs.
addFileToBatch(filePath: string, format: string, presetPath: string, outputPath:
string = ""): scripting object : Adds a file to the batch and returns an EncoderWrapper object.
Is it a way to achieve this in scripting?

