compiling ffmpeg on centos 6
requirements: libtool for faad2
a52:
./configure --enable-shared=PKGS
faad2:
autoreconf -vif
./configure
faac:
./bootstrap
./configure --without-mp4v2 --prefix=/usr
lamemp3:
./configure --prefix=/usr
yasm:
.configure && make && make install
x264:
git clone git://git.videolan.org/x264.git
./configure --enable-shared --prefix=/usr
make fprofiled
make install
xvidcore:
.configure && make && make install
ffmpeg:
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure --enable-gpl --enable-postproc --enable-nonfree --enable-postproc \
--enable-avfilter --enable-pthreads --enable-libxvid \
--enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
No comment
Say something
Thank you
Your post has been submitted and will be published once it has been approved.
OK
OOPS!
Your post has not been submitted. Please return to the page and try again. Thank You!
If this error persists, please open an issue by clicking here.
OK