Question
How to know when rendering is finished in Media Encoder programatically
The following extendscript command queue's the composition to start rendering in Media Encoder.
app.project.renderQueue.queueInAME(true);Is there any way to programatically know when the rendering is finished in Media Encoder?
