botszoqa.blogg.se

Centos 6 install ffmpeg
Centos 6 install ffmpeg












centos 6 install ffmpeg

Let’s start the installation mkdir /opt/FFMPEG cd /opt/FFMPEGĭownload the packages given below. Remove that “.x86_64” from the above packages. So let’s install some required libraries and compilation tools. Yes, before you install FFMPEG, we need to make your system ready for this. You will get some dependency error, and that is because cPanel, by default, have some packages in the “yum exclude” list ) yum -disableexcludes=main -enablerepo=webtatic install git-all If not working, try the below ( If you are installing it under the cPanel system.

centos 6 install ffmpeg

# Install the latest version of git yum install -enablerepo=webtatic git-all Install git ( We will need it for installing the “x264” library ) So to be on the safe side, we will be installing the SVN version “SVN-r26402”.įFMPEG official download site here ( You can see the latest versions here, but as I said before, we will be installing – “SVN-r26402” )Ītomic Repo ( Because you are going to install a bunch of apps and modules, and your default repo probably don’t have it at all ) wget -q -O - | sh This is my installation guide to install FFMPEG and all the latest apps, and you can blind follow it, and at the end, you will get an FFMPEG server with all related apps.Īs you know, the new FFMPEG versions like Angel, Happiness, or Freedom don’t have ffmpeg-php module support.














Centos 6 install ffmpeg