How to install FFMPEG on centOS 6 - 32 Bit

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

  • shushant
    replied
    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

    Leave a comment:


  • ReazulIqbal
    replied
    I like Zpanel much though i don't use any.

    Leave a comment:


  • irfiii
    replied
    yaar any1 tellme which control panel is best zpanel or kloxo (dont suggest me Cpanel)

    Leave a comment:


  • razzbee
    replied
    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 .

    Leave a comment:


  • usama742
    started a topic How to install FFMPEG on centOS 6 - 32 Bit

    How to install FFMPEG on centOS 6 - 32 Bit

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