any simple method to install ffmpeg, mplayer, mencoder, etc ?

Discussion in 'Site & Server Administration' started by ExTeNsIoN, Mar 20, 2011.

  1. #1
    I want to install ffmpeg, mplayer, mencoder and its other modules..

    is there any simple way to install all these on a fresh centOS with cpanel ??

    i ve tried many tutorials which i found on the web, none worked as i always encountered lots of errors.

    please help me
     
    ExTeNsIoN, Mar 20, 2011 IP
  2. rod.maqstuirt

    rod.maqstuirt Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What kind of errors? do you use any package manager like yum or synaptic?
     
    rod.maqstuirt, Mar 20, 2011 IP
  3. EastsideHosting

    EastsideHosting Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    I've used this many times. Google for: ffmpeg installer.
     
    EastsideHosting, Mar 26, 2011 IP
  4. ExTeNsIoN

    ExTeNsIoN Member

    Messages:
    81
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    @^ thanks, i am looking into it, i am not able to find a install documentation though. can you help me?
     
    ExTeNsIoN, Mar 26, 2011 IP
  5. EastsideHosting

    EastsideHosting Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Login to root.

    
    wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg6/ffmpeginstaller.6.3.tar.gz
    tar -xf ffmpeginstaller.6.3.tar.gz
    cd ffmpeginstaller.6.3
    ./install
    
    Code (markup):
    If you're still having problems, please let me know.
     
    EastsideHosting, Mar 27, 2011 IP
  6. Cheapvpsoffers

    Cheapvpsoffers Member

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #6
    Just download tar.gz file from here http://www.ffmpeginstaller.com/download/
    Extract it using tar -zxvf ffmpeginstaller.6.3.tar.gz
    and change your current directory to ffmpeginstaller
    and then run installation script using sh command. There is Read me file available.
     
    Cheapvpsoffers, Mar 27, 2011 IP