Baptiste Coudurier <[EMAIL PROTECTED]> added the comment:

This bugreport is invalid:

Code uses many external libs, open one bugreport by encoder using external lib.

Mp2 encoding works perfectly, which is internal to lavc.

You can know the exact sample number by using a decent container like .mov

ffmpeg -i <file> -acodec pcm_s16le test.mov
then
ffmpeg -i test.mov test.mp2
then
ffmpeg -i test.mp2 -acodec pcm_s16le out.mov

sample number in test.mov and out.mov MATCH -> works perfectly.

Open one bugreport per lib and codec.

Furthermore the problem is also higly container related:
encoding flac in raw flac then decoding has problems, yes
but encoding flac in .mov then decoding works perfectly.

ffmpeg -i <file> -acodec flac test.mov

Closing.

----------
status: open -> closed
substatus: reproduced -> invalid

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue498>
______________________________________________________

Reply via email to