Skip to main content
Participant
December 27, 2019
Question

how to set encode preset and how to get encode process in extendscript with AME2019

  • December 27, 2019
  • 0 replies
  • 284 views

hi, I am working on AME2019 with extendscript, my goal is to send the Pr project to AME and automate rendering, the simple code is as follows:

 

frontEnd = app.getFrontend();
encHost = app.getEncoderHost();
proPath = "/Users/hjc/mac_test.prproj";
frontEnd.addItemToBatch(proPath);
encHost.runBatch();
 
my problem are:
1 how to set encode preset?
2 how to get encode process?
 
thank you very much!
This topic has been closed for replies.