jacob <[email protected]> added the comment:

Ffmpeg does not output at 44100, but it should've. Faad's output is 44100 as it 
should be. ( SBR -> 
sampling rate 22050 x2 ).

When i run ffmpeg with -ar 44100 for output, final output is perfect. But i 
shouldn't do this 
manually..

new-host:~ uso$ ffmpeg -acodec libfaad -i /Users/uso/Desktop/hey2.aac -ar 44100 
/Users/uso/Desktop/heyffmpeg.wav
FFmpeg version SVN-r19933, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-cross-compile --disable-mmx --disable-mmx2 
--disable-ssse3 --enable-libfaad 
--enable-gpl --disable-ffserver --enable-static --disable-shared 
--disable-iwmmxt --disable-armvfp --
disable-armv5te --disable-neon --disable-ffplay --disable-armvfp 
--enable-avfilter --enable-libfaac --
enable-nonfree
  libavutil     50. 3. 0 / 50. 3. 0
  libavcodec    52.35. 0 / 52.35. 0
  libavformat   52.38. 0 / 52.38. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    0. 5. 0 /  0. 5. 0
  libswscale     0. 7. 1 /  0. 7. 1
  built on Sep 22 2009 18:21:44, gcc: 4.0.1 (Apple Inc. build 5493)
[aac @ 0x1002600]max_analyze_duration reached
Input #0, aac, from '/Users/uso/Desktop/hey22.libfaad':
  Duration: 00:01:29.13, bitrate: 31 kb/s
    Stream #0.0: Audio: aac, 22050 Hz, 2 channels, s16, 31 kb/s
File '/Users/uso/Desktop/heyffmpeg.wav' already exists. Overwrite ? [y/N] y
Output #0, wav, to '/Users/uso/Desktop/heyffmpeg.wav':
    Stream #0.0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
[libfaad @ 0x1004000]faac: frame decoding failed: Array index out of range
Error while decoding stream #0.0
size=   15280kB time=88.70 bitrate=1411.2kbits/s    
video:0kB audio:15280kB global headers:0kB muxing overhead 0.000281%

----------
nosy: +jacobson

_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1406>
_____________________________________________________

Reply via email to