Hello there,
When exporting using the following method:
Adobe Premiere Pro UXP EncoderManager - exportSequence,
how can I check if the exported file already exists before overwriting it?
In the CEP panel, the getExportFileExtension
function was available to retrieve the output filename and extension before rendering, allowing me to check whether a file already existed at the output path.
How can this be achieved in UXP?
Thank you very much!