I am exporting video mkv using VideoOS.Platform.Data.MKVExporter. it exports fine. however it creates two streams 1. mjeg empty 2. H264. I want to make to export only one stream i.e. h264 how can I achieve that?

Hi Kifayat,

Unfortunately it is not possible currently to change this. the reason we have the JPEG stream is because in some part of the export there may be a change in the stream in form of privacy mask. to have that we will need to transform the stream to jpeg. so we have the second stream in case we need to do this.

BR,

Artur