Results 1 to 6 of 6

Thread: FFMpeg

  1. #1
    Join Date
    May 2007
    Posts
    98

    Default FFMpeg

    I ran into a small problem with the very last part of the ffmpeg installation on my server.

    I just need someone to explain one line to me...

    After compiling the ffmpeg, doing make and make install
    I'm supposed to do this step:

    Code:
    echo 'extension=/usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so' >> /usr/local/Zend/etc/php.ini
    Can someone just explain what this path should lead to, as it's this one I'm having trouble understanding where to lead it...


    extension=/usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so

    I have no extensions in my /usr/local/lib/php folder....

    my ffmepg is at: /usr/local/bin/ffmpeg

    I'd appreciate any ideas...

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    After you install ffmpeg-php, ffmpeg.so will be available at

    /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so

    You need to load this extension in your php.ini, once you done this properly, you will be able to see ffmpeg in phpinfo() and in sheel

    php -i|grep ffmpeg

  3. #3
    Join Date
    May 2007
    Location
    netherlands
    Posts
    24

    Default

    io need to install this also but don't know how

    can some one help me with installing this stuff on my server ?

  4. #4
    Join Date
    May 2007
    Posts
    98

    Default

    I edited my php.ini and now it shows no error message. :D

    It still doesn't convert the videos....

    Admin, you have a PM from me with details.

  5. #5
    Join Date
    May 2007
    Posts
    98

    Default

    Problem solved as explained in other thread (...not converting..)

  6. #6
    Join Date
    May 2007
    Posts
    1

    Default

    On my CentOS4.2 box there is not created such directory.
    The ffmpeg.so is in /usr/lib/php4/ffmpeg.so
    And in the php.ini all was ok, when I altered this line to:

    extension=ffmpeg.so


    Quote Originally Posted by admin
    After you install ffmpeg-php, ffmpeg.so will be available at

    /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so

    You need to load this extension in your php.ini, once you done this properly, you will be able to see ffmpeg in phpinfo() and in sheel

    php -i|grep ffmpeg

Similar Threads

  1. FFMPEG / FFMPEG-PHP issues
    By mersh in forum Installation Support
    Replies: 6
    Last Post: 12-10-2008, 10:40 PM
  2. No converting FFMPEG
    By BOW in forum Installation Support
    Replies: 1
    Last Post: 11-11-2008, 03:26 PM
  3. FFMPEG
    By jk1 in forum Installation Support
    Replies: 3
    Last Post: 06-13-2008, 10:15 AM
  4. HELP!!..how to install ffmpeg and ffmpeg-php on windows XP?
    By lester in forum Installation Support
    Replies: 1
    Last Post: 04-23-2008, 04:35 AM
  5. Fatal Error ffmpeg and ffmpeg-php
    By zebz in forum Installation Support
    Replies: 5
    Last Post: 08-07-2007, 08:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •