Howto install mencoder-1.0rc1 for Adult Video Script on CentOs
October 29, 2009
10 comments
Hi,
UPDATE: this howto is outdated, i will write a new one today (mencoder is not compatible with h264 from RPMforge)!
Follow my previous howto to install the RPMForge release for CentOs 5.x. Once installed run the following command:
yum install libjpeg-devel libpng-devel libungif-devel pkgconfig libdv-devel speex-devel libmad-devel lame-devel xvidcore-devel x264-devel libmpcdec-devel faac-devel
Once the process is finished download the following archives:
wget -c http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2 wget -c http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
Install the codecs:
tar xjf all-20071007.tar.bz2 mkdir -p /usr/local/lib/codecs cp -a all-20071007/* /usr/local/lib/codecs/ cd ..
Install mencoder and mplayer:
tar xjf MPlayer-1.0rc1.tar.bz2 cd MPlayer-1.0rc1 TMPDIR=/root ./configure --prefix=/usr/local make make install
Once finished mencoder will be installed in /usr/local/bin/mencoder, and mplayer in /usr/local/bin/mplayer. Mencoder is compatible with the latest Adult Video Script conversion line.
Thats it