[Help] FFMPEG...strange problem

Discussion in 'Site & Server Administration' started by KrAzZyBoy, Oct 2, 2010.

  1. #1
    Hello,
    I have encountered strange problem of ffmpeg
    Ffmpeg working fine in ssh console...

    but its not working in my php script.

    I am using extesinon method to load extension

    $extension = "ffmpeg";

    $extension_soname = $extension . "." . PHP_SHLIB_SUFFIX;

    $extension_fullname = PHP_EXTENSION_DIR . "/" . $extension_soname;

    and echo exec('ffmpeg function to convert file


    can you please suggest solution to solve this problem

    thanx
     
    KrAzZyBoy, Oct 2, 2010 IP
  2. zzbomb

    zzbomb Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is really not enough information to provide a rational solution....

    The only suggestion i can give is... Make sure php-ffmpeg is installed.
     
    zzbomb, Oct 2, 2010 IP
  3. BreezeHost

    BreezeHost Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    28
    #3
    You should create a php info page, check it out whether ffmpeg-php is being displayed there.
     
    BreezeHost, Oct 4, 2010 IP