<div dir="ltr">Thanks again Carl,<div>My issue was in flushing the encoder. I am encoding raw data chunk by chunk, basically after each chunk (several calls to the encode API) I was flushing the encoder till I dont receive any output and was saving everything,That caused silence between chunks (choppy audio). I tried to count the number of delayed outputs in encoder loop and just flush by that count , and it helped in removing unwanted silences. </div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 4, 2017 at 2:35 PM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:ceffmpeg@gmail.com" target="_blank">ceffmpeg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2017-02-04 17:57 GMT+01:00 Lina Sharifi <<a href="mailto:sharifi91@gmail.com">sharifi91@gmail.com</a>>:<br>
<br>
> FFMPEG<br>
> result:<a href="https://drive.google.com/file/d/0B9DbYNPuSyiRYTFzRmliNWxLcnM/view?usp=sharing" rel="noreferrer" target="_blank">https://drive.google.<wbr>com/file/d/<wbr>0B9DbYNPuSyiRYTFzRmliNWxLcnM/<wbr>view?usp=sharing</a><br>
<br>
The file is broken afaict.<br>
My initial guess was that you should make sure that the<br>
sample_fmt you specify when initializing the encoder<br>
is what you feed the encoder with but seeing this file I<br>
guess something is wrong when you output the frames...<br>
<br>
Carl Eugen<br>
______________________________<wbr>_________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/<wbr>listinfo/libav-user</a><br>
</blockquote></div><br></div>