<div dir="ltr"><div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"> Don't know what it means by top-post, just replying from gmail interface.</span></div>

<div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></div> "-f amr -acodec libvo..." </span><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">-> Itried to remove, but  is a must to keep them, it does not work without both of them. (adding only -f amr, it defaults to amrb instead of amrwb; adding only -acodec lib.. -> gives error it does not know the format)</span><br>

<div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></div><div><span style="font-family:arial,sans-serif">The commands I used with minumum params (besides log level) were:</span><br>
</div>
<div><font face="arial, sans-serif"><div>./ffmpeg.exe -loglevel debug -y -i 684.wav -ab 23850 -ar 16000 -f amr -acodec libvo_amrwbenc 640bytes_fromwav_even_less_details.awb >640bytes_fromwav_even_less_details.awb.report 2>&1</div>

<div><br></div></font></div><div><font face="arial, sans-serif"> ./ffmpeg.exe -loglevel debug -y -f s16le -ar 16000 -i 640.raw -ab 23850 -f amr -acodec libvo_amrwbenc 640bytes_fromrRaw_min_details.awb >640bytes_fromrRaw_min_details.awb.report 2>&1<br>

</font></div><div><font face="arial, sans-serif"><br></font></div><div><div><span style="font-family:arial,sans-serif">On  <a href="https://drive.google.com/folderview?id=0B1BAL1iQSc-tN3l0Y2RzdjBvbG8">https://drive.google.com/folderview?id=0B1BAL1iQSc-tN3l0Y2RzdjBvbG8</a> has:</span><br>

</div><div><span style="font-family:arial,sans-serif">The full output reports (*.txt) (~5kb each).</span><br></div><div><font face="arial, sans-serif">the reports for both cases</font></div><div><font face="arial, sans-serif">the input files (wav and raw)</font></div>

<div><font face="arial, sans-serif">the output files (*.awb)</font></div></div><div><font face="arial, sans-serif">as well as 2 pics from beyond compare:</font></div><div><font face="arial, sans-serif">wavVSraw_report_delta.png<br>

</font></div><div><font face="arial, sans-serif">AWB_output_BinaryComparison.png<br></font></div><div><font face="arial, sans-serif"><br></font></div><div><span style="font-family:arial,sans-serif">Thanks again,</span><br>

</div><div><span style="font-family:arial,sans-serif">Sebastian</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 8, 2014 at 4:45 PM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">ReSearchIT Eng <researchiteng@...> writes:<br>
<br>
> Command: ./ffmpeg.exe -loglevel debug -y -vn -f s16le<br>
> -ac 1 -ar 16000 -acodec pcm_s16le -sample_fmt s16<br>
> -i 684.wav -ac 1 -ab 23850 -ar 16000 -f amr<br>
> -acodec libvo_amrwbenc -sample_fmt s16<br>
> 640bytes_fromwav.awb<br>
<br>
</div>Please remove:<br>
"-acodec pcm_s16le", this is the only codec supported in<br>
fomrat s16le<br>
Output file option "-ac 1", the input file is mono.<br>
Output file option "-ar 16000" etc.<br>
<br>
And please remove all occurences of -sample_fmt, I am<br>
not sure what you intend with them, but they can't do<br>
any good.<br>
<div class="HOEnZb"><div class="h5"><br>
Carl Eugen<br>
<br>
_______________________________________________<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" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div>