-
Notifications
You must be signed in to change notification settings - Fork 325
ffmpeg
techburgher edited this page Jan 6, 2015
·
2 revisions
The following commands build a stripped down version of ffmpeg containing only codec and filters required by pianobar. Run them from within the ffmpeg source directory.
./configure --enable-shared --disable-everything --enable-demuxer=mov --enable-decoder=aac \
--enable-protocol=http --enable-filter=volume --enable-filter=aformat \
--enable-filter=aresample --disable-programs --disable-doc
make
make install
NOTE: If you are compiling ffmpeg for use with Pandora One (enhanced audio), then you additionally need to add the --enable-demuxer=mp3 --enable-decoder=mp3 configuration options when running ./configure.