New submission from MatMaul <[EMAIL PROTECTED]>:

I am having troubles when I try to decode flac files, and this happens with all
my flac files (encoded with flac 1.2.1, does the same if I use the ffmpeg flac
encoder and then try to decode)
I am using this command to decode a file and I obtain this log :

ffmpeg -i test.flac test.wav
FFmpeg version SVN-r14166, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --enable-memalign-hack --enable-gpl --disable-debug
--enable-pthreads --enable-postproc --enable-swscale --enable-avisynth
  libavutil version: 49.7.0
  libavcodec version: 51.60.0
  libavformat version: 52.17.0
  libavdevice version: 52.0.0
  built on Jul 11 2008 04:35:00, gcc: 4.3.0
Input #0, flac, from 'test.flac':
  Duration: N/A, bitrate: N/A
    Stream #0.0: Audio: flac, 44100 Hz, stereo
Output #0, wav, to 'test.wav':
    Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
Multiple frames in a packet from stream 0
Multiple frames in a packet from stream 0
...
Multiple frames in a packet from stream 0
Multiple frames in a packet from stream 0
size=    5024kB time=29.16 bitrate=1411.2kbits/s
video:0kB audio:5024kB global headers:0kB muxing overhead 0.000855%

the resulting wav file is some 100's of milliseconds (or some seconds) shorter
than my flac file.
this does not happen with the other lossless decoders (alac, wv, tta, ape) they
decode my files (same wav source) just fine (bit-exact decoding as expected) :)

the warnings don't seem to be the problem, I have the same warnings when I
decode an ape file and the result is ok.

----------
messages: 2398
nosy: MatMaul
priority: normal
status: new
substatus: new
title: flac decoding : missing samples
type: bug

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

Reply via email to