Results 1 to 6 of 6

Thread: [HOWTO] - Install ffmpeg-php

  1. #1

    Default [HOWTO] - Install ffmpeg-php

    Here is instructions on installing ffmpeg-php on linux dedicated server.

    Run following command user root.

    Before you install, make sure GD module is available in your PHP installation. ffmpeg-php need GD to work properly.

    Code:
    cd /usr/local/src
    wget http://internap.dl.sourceforge.net/s...php-0.5.0.tbz2
    tar -xjf ffmpeg-php-0.5.0.tbz2
    cd ffmpeg-php-0.5.0
    make clean
    make distclean
    phpize
    ./configure
    make
    make install

  2. #2
    Join Date
    May 2007
    Posts
    212

    Default Re: [HOWTO] - Install ffmpeg-php

    Thank you for the tutorial. Feel free to post more if you have any. It can severly cut down on multiple threads

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

    Default Re: [HOWTO] - Install ffmpeg-php

    Requirements installation tutorials available at

    http://labs.buyscripts.in/projects/vsha ... rver_Setup

  4. #4
    Join Date
    May 2007
    Posts
    212

    Default Re: [HOWTO] - Install ffmpeg-php

    WOW...I couldve sure used this when I was setting up my server. lol I had to pay someone to do ffmpeg cuz for some reason I kept getting errors

  5. #5
    Join Date
    Dec 2007
    Posts
    4

    Default Re: [HOWTO] - Install ffmpeg-php

    Hi guys how do I check to see if I am running this GD module is available in my PHP installation.

  6. #6
    Join Date
    Sep 2007
    Posts
    906

    Default Re: [HOWTO] - Install ffmpeg-php

    If gd is available, you will be able to see it in phpinfo.

    Also in command prompt, "php -m" will list all modules.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Similar Threads

  1. someone who can install ffmpeg-php etc
    By KikoLtd in forum General Discussions
    Replies: 1
    Last Post: 08-11-2008, 10:50 AM
  2. install program for [FFmpeg ,Mplayer + Mencoder ,Flvtool2 ]
    By nivekos in forum Installation Support
    Replies: 1
    Last Post: 06-30-2008, 02:26 AM
  3. 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
  4. FFMpeg install
    By Haz in forum Installation Support
    Replies: 2
    Last Post: 12-27-2007, 03:37 PM
  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
  •