Way to tell if FF-MPEG is installed?

Discussion in 'Web Hosting' started by FPForum, Jul 2, 2008.

  1. #1
    I thought FF-MPEG was correctly installed on the server but it doesn't seam to be showing up in the phpinfo. Does anyone know of a way to check if FF-MPEG is successfully installed?

    Thanks!
     
    FPForum, Jul 2, 2008 IP
  2. Chaos King

    Chaos King Peon

    Messages:
    88
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    You could run the following in shell:

    which ffmpeg
    Code (markup):
    Should report the path of the ffmpeg installation.

    Also, you have to isntall ffmpeg-php. It is the php extension. You probably installed the ffmpeg library and in order to use the php functions and classes, the php ported libraries need to be installed as well.
     
    Chaos King, Jul 2, 2008 IP
  3. qualityhostings

    qualityhostings Well-Known Member

    Messages:
    1,764
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3

    Exactly.

    Did you miss ffmpeg-php ?
    You need to add the extension to php.ini
     
    qualityhostings, Jul 2, 2008 IP