FFMPEG Installed ?

Discussion in 'Site & Server Administration' started by priyakochin, May 2, 2008.

  1. #1
    How can I check whether my VPS with LXadmin control has FFMPEG PHP addon installed ?
     
    priyakochin, May 2, 2008 IP
  2. uski

    uski Peon

    Messages:
    94
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use phpinfo(), Luke.
     
    uski, May 2, 2008 IP
  3. mellow-h

    mellow-h Peon

    Messages:
    750
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Correct! To verify whether ffmpeg-php can utilize your ffmpeg binary or not use the following commands from your ssh:

    which ffmpeg
    Code (markup):
    This should return the path to some /usr/bin or /usr/local/bin if its installed. To verify the status of ffmpeg-php under ffmpeg module use this command:

    php -r 'phpinfo();' | grep ffmpeg
    Code (markup):
    This should return a 3 lines path including ffmpeg binaries and stuffs. Sometimes for lib problem, you will see more than 3 lines explaining some other paths. If thus, then just type ffmpeg in your shell prompt and if it returns any error, try to fix it by contacting your host or admin. Otherwise it should return you the ffmpeg manual.

    Good Luck :)
     
    mellow-h, May 2, 2008 IP
  4. tanfwc

    tanfwc Peon

    Messages:
    579
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    For a normal LXAdmin installations, I don't think there is FFMPEG support :)
     
    tanfwc, May 3, 2008 IP
  5. priyakochin

    priyakochin Banned

    Messages:
    4,740
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    0
    #5
    So how can I install them ?
     
    priyakochin, May 4, 2008 IP
  6. ilxeon

    ilxeon Peon

    Messages:
    336
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ffmpeg is never setup as default, first install ffmpeg and then install the ffmpeg-php extension. If you have not done this before then you should consider hiring an server admin to do it for you.
     
    ilxeon, May 4, 2008 IP
  7. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #7
    An easy tutorial for installing ffmpeg here. Remember you should be on a host with root previleges not in shared host.
     
    olddocks, May 6, 2008 IP