0
Participant
,
/t5/premiere-pro-discussions/extendscript-render-finished-event/td-p/12889888
Apr 19, 2022
Apr 19, 2022
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.
TOPICS
How to
,
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Adobe Employee
,
Apr 19, 2022
Apr 19, 2022
PProPanel shows how to send messages upon render completion; search the .jsx for 'onEncoderJobComplete'.
Adobe Employee
,
/t5/premiere-pro-discussions/extendscript-render-finished-event/m-p/12889899#M406486
Apr 19, 2022
Apr 19, 2022
Copy link to clipboard
Copied
PProPanel shows how to send messages upon render completion; search the .jsx for 'onEncoderJobComplete'.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/premiere-pro-discussions/extendscript-render-finished-event/m-p/13855141#M466483
Jun 09, 2023
Jun 09, 2023
Copy link to clipboard
Copied
and it does not work.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
/t5/premiere-pro-discussions/extendscript-render-finished-event/m-p/13855625#M466496
Jun 10, 2023
Jun 10, 2023
Copy link to clipboard
Copied
Works fine in PProPanel, here; does PProPanel's unmodified code work, on your machine?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
LATEST
/t5/premiere-pro-discussions/extendscript-render-finished-event/m-p/13855763#M466505
Jun 10, 2023
Jun 10, 2023
Copy link to clipboard
Copied
I’ve left only one bind on complete. Render starts fine but no events come
through.
through.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

