<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <div class="moz-cite-prefix">El 22/2/21 a las 05:25, laddoe
      escribió:<br>
    </div>
    <blockquote type="cite"
cite="mid:DB6P192MB0199746171E6692C96760BA7B9819@DB6P192MB0199.EURP192.PROD.OUTLOOK.COM">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
        can anybody please help me with my post of 2 days ago, I'm
        really stuck but not able to understand what is wrong. I have
        also tried several different code examples but it all ends up
        the same as mentioned in the post. Am I not understanding this ?
        Are my expectations of the results incorrect? I'm new to this so
        please bear with me. </div>
      <br>
    </blockquote>
    <p><br>
    </p>
    <p>One thing that is wrong in your code is that you never call
      av_write_trailer(), which should be called before avio_close().</p>
    <p>Also, there's no need for m_file in your code.  avformat handles
      the file for you.</p>
    <p>Other things are hard to say, as you don't provide the code to
      the Image or cv::Mat classes.  You should provide a
      self-compilable example for us to help you.<br>
    </p>
  </body>
</html>