Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Extendscript render finished event

Participant ,
Apr 19, 2022 Apr 19, 2022

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
613
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 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'.

 

 

Translate
Adobe Employee ,
Apr 19, 2022 Apr 19, 2022

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

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 09, 2023 Jun 09, 2023

and it does not work.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 10, 2023 Jun 10, 2023

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 10, 2023 Jun 10, 2023
LATEST
I’ve left only one bind on complete. Render starts fine but no events come
through.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines