<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I know you guys are busy but can someone please  have a look at my question in the post that I did .... " Buffered encoded images not saved"</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
thank you in advance</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Van:</b> Libav-user <libav-user-bounces@ffmpeg.org> namens laddoe <xyfix@hotmail.com><br>
<b>Verzonden:</b> donderdag 25 maart 2021 12:08<br>
<b>Aan:</b> libav-user@ffmpeg.org <libav-user@ffmpeg.org><br>
<b>Onderwerp:</b> [Libav-user] Buffered encoded images not saved</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi all, </div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I have an issue with the first 12 images not being saved to file. I have attached my code ( the relevant ones ) in this email, I have also attached a log file to show that the first 12 images aren't written to the file that is generated. The frame rate is 24
 fps and the recording is 5 sec, so there should be 120 frames written to the file. This can be seen in the 4th column. The lines in the log files are as follows : </div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
[cpp filename] : image num [ unique num from camera]  [temp image num for recording seq] [time in ms]</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
The image class is actually a simple wrapper around  OpenCV's mat class with some addition members. The output file is around 10 MB and when I open it in VLC it doesn't run for 5 seconds but more like 1 - 2 seconds. Can anyone explain the files not written
 and the duration not being 5 secs. As you can see I have tried with  "av_interleaved_write_frame"  but that didn't help</div>
</div>
</body>
</html>