How to install FFMPEG on centOS 6 - 32 Bit

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to install FFMPEG on centOS 6 - 32 Bit

    How to install ffmpeg on centos 6, i am using zpanel control panel..

    #2
    To install ffmpeg ,You will need root previleges ,Login into ssh as root ,the update your server with :
    Code:
    yum update
    After That Install ffmpeg using yum
    Code:
    yum -y install ffmpeg ffmpeg-devel
    The -y means it should accept or agree to any question asked .

    Comment


      #3
      yaar any1 tellme which control panel is best zpanel or kloxo (dont suggest me Cpanel)
      Free Web Hosting @HostersPoint.com
      php Hosting with Web Builder

      Buy - Sell ADs
      ADMOLA ADs Network
      Monetize Your Site Traffic

      Comment


        #4
        I like Zpanel much though i don't use any.

        Comment


          #5
          Originally posted by usama742 View Post
          How to install ffmpeg on centos 6, i am using zpanel control panel..
          On Debian or Ubuntu
          use
          Code:
          sudo apt-get install ffmpeg
          if u have tar file(c source code)
          the cd to ffmpeg source code
          Code:
          ./configure
          make install

          Comment

          Working...
          X