Hello,
I compiled ffmpeg WITH (!) libfaac support. Now when I run
Code:
ffmpeg -i audio.dts -acodec libfaac -aq 255 -ar 44100 -ac 2 -async 1 -vsync 1 audio.aac
I get the following output
Code:
FFmpeg version SVN-r18868, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr/local --enable-gpl --enable-nonfree --enable-shared --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-pthreads --enable-x11grab --enable-bzlib --enable-libamr-nb --enable-libamr-wb --enable-libdc1394 --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-zlib
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.29. 0 / 52.20. 0
libavformat 52.32. 0 / 52.31. 0
libavdevice 52. 2. 0 / 52. 1. 0
libavfilter 0. 5. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on May 18 2009 23:48:22, gcc: 4.3.3
[dca @ 0x8f50d30]Stream with high frequencies VQ coding
Input #0, dts, from 'audio.dts':
Duration: 01:58:14.03, bitrate: 1535 kb/s
Stream #0.0, 1/90000: Audio: dca, 48000 Hz, 5.1, s16, 1536 kb/s
Unknown encoder 'libfaac'
As you can see, --enable-libfaac is in the config options. What did I do wrong?
Thanks,
Matl