Hi All,
We have been using the app.encoder.encoder sequence function to encode the sequences from our panel.
But in the cc 2017 the media encoding is not happening properly if there is video and audio in the file..
If there is only video the file is encoding properly.
Here is the code snippet we are using,
app.encoder.launchEncoder();
app.encoder.bind('onEncoderJobComplete', $._ext_Premiere.onEncoderJobComplete);
var jobID = app.encoder.encodeSequence(app.project.activeSequence,full_path_to_file,full_path_to_pres et,app.encoder.ENCODE_ENTIRE,1);
app.encoder.startBatch();
Is there any new changes needs to be done to handle the sequence encoding in Pre pro 2017?
Here is the screenshot of video only and video+audio sequence export..
Thanks and Regards,
Anoop NR