MediaEncoder parallel encoding from CEP
Hi all, I am developping a panel for Premiere Pro and have a little question
We have video montages with a lot of shots and we have to export them one by one, in several formats.
So we developed a panel to automate the process, and it works fine, but I believe it could be improved.
For each shot we export multiple videos: one of good quality, one not so good, and for each quality, one with styling (text...) and one without.
So for each shot we export 4 videos. Now I see that MediaEncoder can run jobs in parallel when they use the same source. But I don't know if it's possible to use this feature when using MediaEncoder from CEP.
I call MediaEncoder using the app.encoder.encodeSequence(...) while I loop over the clips to trigger the encodings. But then in MediaEncoder they run sequentially. Is there a way to make them run in parallel ?
Thanks
