EncoderManager
Since: 25.6
Properties
Static Methods
getExportFileExtension
Get the Export File Extension of Input Preset file
Since: 25.6
Returns: Promise<string>
Parameters
getManager
Get the Encoder Manager object.
Since: 25.6
Returns: EncoderManager
Instance Methods
encodeFile
Encode input media file in AME
Since: 25.6
Returns: Promise<boolean>
Parameters
encodeProjectItem
Encode input clipProjectItem in AME
Since: 25.6
Returns: Promise<boolean>
Parameters
exportSequence
Export a sequence. If no output file and preset is specified, the sequence will be exported with the applied export settings or standard export rules will be applied.
Since: 25.6
Returns: Promise<boolean>
Parameters
launchEncoder
Launch AME asynchronously if not already running.
Since: 26.3
Returns: Promise<boolean>
setEmbeddedXMPEnabled
Set whether to enable embedded XMP when exporting a sequence.
Since: 26.3
Returns: Promise<boolean>
Parameters
setSidecarXMPEnabled
Set whether to enable sidecar XMP when exporting a sequence.
Since: 26.3
Returns: Promise<boolean>
Parameters
startBatchEncode
Start encoding the AME batch queue.
Since: 26.3
Returns: Promise<boolean>