FFMPEG Auto Installer
ffmpeginstaller is a free software completely written in bash shell script. The purpose of this script is to build a video streaming platform in your Gnu/Linux server. So you can start video streaming websites and avoid the cost of installations. This script not only install ffmpeg but also all its friends packages.
You can chose this script for building platform for most of the youtube clone softwares like clip-shre, sharemixer,shareigniter,etc,.
- ffmpeg
- Mplayer
- A52decoder
- Amrnb and Amrwb
- All codecs
- facc and faad2
- Ruby
- fdk-aac
- vo-aacenc
- vo-amrwbenc
- flvtool2
- Git
- Mplayer
- Lame
- Libogg
- Libvorbis
- Libtheora
- Libspeex
- Libflac
- Libao
- Libwmf
- opencoreamr
- vorbistools
- X264
- MP4Box
- Xvidcore
- Yasm
- LibOggz
- Yamdi
You can download ffmpeginstaller from the following urls.
ffmpeginstaller Latest Stable Release : ffmpeginstaller.8.0.tar.gz
ffmpeginstaller old releases : Click Here
This autoinstall might fail on the mplayer install that is fine you can just install it manual once its finished.
The commands to get this started are below
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg8/ffmpeginstaller.8.0.tar.gz
tar -xzf ffmpeginstaller.8.0.tar.gz
cd ffmpeginstaller.8.0
sh install.sh
Another method used
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm;
rpm -Uvh http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm;
yum -y install ffmpeg
service httpd restart
whereis ffmpeg ffmpeg
/usr/bin/ffmpeg