Hi<br><br>My decoder-plugin accepts h264 elementary bitstream for decode. I have two files with h264 streams stored in .mp4 and .avi format.<br>So, I use qtdemux and avidemux respectively to demux these files before feeding data to the decoder.<br>
<br>It appears that output of the above demuxers is not an elementary bitstream. <br><br>1) Could you suggest how can I extract elementary bitstream out of avidemux/qtdemux?<br>2) What changes do i need to make to my decoder plugin to make it work with the above demuxers. <br>
3) I see that the demuxers provide some data &#39;codec-data&#39; as out of band. How to interpret this data for both avidemux and qtdemux.<br><br>Thanks in advance.<br><br>Best Regards<br>Deepesh<br>