Skip to content
PromyLOPh edited this page Jun 24, 2014 · 2 revisions

Building ffmpeg

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
Clone this wiki locally