Skip to main content
Inspiring
April 19, 2022
Answered

Extendscript render finished event

  • April 19, 2022
  • 1 reply
  • 853 views

I'm running extendscript that automatically creates video than renders it

app.encoder.launchEncoder();
app.encoder.encodeSequence(sequence, out, epr, 0, true);
app.encoder.startBatch();

I need to wait untill media encoder (or internal encoder) has finished rendering and run external script.

I found some EncodeFinishedEvent in object model, but there's no any manual on how i can use it.

 

This topic has been closed for replies.
Correct answer Bruce Bullis

PProPanel shows how to send messages upon render completion; search the .jsx for 'onEncoderJobComplete'.

 

 

1 reply

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
April 19, 2022

PProPanel shows how to send messages upon render completion; search the .jsx for 'onEncoderJobComplete'.

 

 

Known Participant
June 10, 2023

and it does not work.

Bruce Bullis
Community Manager
Community Manager
June 10, 2023

Works fine in PProPanel, here; does PProPanel's unmodified code work, on your machine?