wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz
tar -xvf lame-3.96.1.tar.gz
./configure --prefix=/usr
make
make install
Verify:
You can test lame by running 'lame' from shell, it wil show you the version and
usage details
Path:
whereis lame
Related Articles
How to install ffmpeg
ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server. FFMPEG: wget http://oratoronline.com/how2/ffmpeg/ffmpeg-export-snapshot.tar.bz2 tar -xjvf ffmpeg-export-snapshot.tar.bz2 ; cd ffmpeg-export-2008-07-18 ; ...
Howto Install FLv2Tool
yum install ruby* wget http://oratoronline.com/how2/video_share_modules/source_directory/flvtool2/flvtool2_1.0.5_rc6.tgz tar -xvf flvtool2_1.0.5_rc6.tgz cd flvtool2_1.0.5_rc6 ruby setup.rb config ruby setup.rb setup sudo ruby setup.rb install Verify: ...
Howto install FFmpeg-PHP
wget http://oratoronline.com/how2/video_share_modules/source_directory/ffmpeg/ffmpeg-php-0.5.1.tbz2 tar -xjvf ffmpeg-php-0.5.1.tbz2 ; cd ffmpeg-php-0.5.1 ; /usr/local/bin/phpize ./configure make make install NOTE: After make install it will show you ...
Howto Install MPLAYER+MENCODER
Mplayer includes mencoder in the same package. Dependencies: Mplayer has a few dependencies: 1. xvidcore: wget http://oratoronline.com/how2/video_share_modules/source_directory/mplayer_mencoder/xvidcore-1.1.0-0.lvn.1.3.i386.rpm rpm -Uvh 2. libXvMCW: ...
Howto Install B.F.D Brute Force Detection
wget http://oratoronline.com/how2/BFD/bfd-current.tar.gz tar -xvzf bfd-current.tar.gz cd bfd-0.7 ./install.sh