-
Notifications
You must be signed in to change notification settings - Fork 73
Home
Welcome to the ffmpeg-web-gui wiki!
#FFmpeg install
FFmpeg is required on the server you will be running the ffmpeg-web-guie script on. So you will need to either get a sysadmin to install it for you or compile it your self.
To configure and install it on Ubuntu [http://ubuntuforums.org/showthread.php?t=786095 this guide] can show you how.
[http://ffmpeg.org/ FFmpeg homepage] - For further reading and documentation on FFmpeg.
To install on CentOS 6/Redhat 6 (Fedora is similar): Thanks to - kolonuk https://code.google.com/u/kolonuk/
$rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm $yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm $ yum install ffmpeg
You need the EPEL repositories for dependents in the RPM fusion repositories. See http://rpmfusion.org/Configuration for more info...