Skip to main content
Participant
September 12, 2019
Question

Get a callback from Adobe Media Encoder when rendering in done

  • September 12, 2019
  • 0 replies
  • 314 views

I am trying to automate the rendering process using templates, extend-script, and apple-script.

While running the command:

 

app.project.renderQueue.queueInAME(true);

 

My project gets transferred to Adobe Media Encoder from After Effects and the rendering process starts with the same configuration as the last render.

The render time may vary depending upon the complexity of the render. The function queueInAME( ) returns nothing back. Is there any way to know when the rendering task has finished or if there came any errors in the process?

Is there a callback method which might enable this?

This topic has been closed for replies.