[FFmpeg-user] how to change ffmpeg configuration
e-letter
inpost at gmail.com
Wed Dec 11 23:43:43 CET 2013
Readers,
An attempt to convert flv to ogg failed:
ffmpeg -i file.flv file.ogg
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on May 15 2012 07:00:00 with gcc 4.4.3
configuration: --prefix=/usr --enable-shared --libdir=/usr/lib
--shlibdir=/usr/lib --incdir=/usr/include --disable-stripping
--enable-postproc --enable-gpl --enable-pthreads --enable-libtheora
--enable-libvorbis --disable-encoder=vorbis --enable-x11grab
--enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger
--disable-decoder=aac --disable-encoder=aac
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
...
Input #0, flv, from '...':
Metadata:
duration : ...
moovPosition : ...
audiocodecid : mp4a
aacaot : 2
audiosamplerate : 22050
audiochannels : 1
Duration: ..., start: 0.000000, bitrate: N/A
Stream #0.0: Audio: 0x0000, 22050 Hz, 1 channels
Output #0, ogg, to '...ogg':
Stream #0.0: Audio: flac, 22050 Hz, 1 channels, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Decoder (codec id 86018) not found for input stream #0.0
Is it correct to conclude that the configuration file needs to be
changed, to enable the aac decoder?
Where is the configuration file to be found?
--
mandriva
More information about the ffmpeg-user
mailing list