Copy link to clipboard
Copied
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.
PProPanel shows how to send messages upon render completion; search the .jsx for 'onEncoderJobComplete'.
Copy link to clipboard
Copied
PProPanel shows how to send messages upon render completion; search the .jsx for 'onEncoderJobComplete'.
Copy link to clipboard
Copied
and it does not work.
Copy link to clipboard
Copied
Works fine in PProPanel, here; does PProPanel's unmodified code work, on your machine?
Copy link to clipboard
Copied