House of Hackers

I am starting a video conversion script that does not use flvtool, or anything else except PHP, Mysql, and ffmpeg via exec in php. If you want to help let me know. forbush_john@yahoo.com is my yahoo Im I don't use it for anything else other then im.

Tags: convert, ffmpeg, mysql, php, upload, write

Share

Reply to This

Replies to This Discussion

Reply to This

How do I install this?

Reply to This

With Gentoo : emerge ffmpeg-php
Debian : apt-get install php5-ffmpeg

From the website:

Build and install PHP if it is not already installed
Unpack the ffmpeg-php sources

1. tar -xjf ffmpeg-php-X.x.x.tbz2

Change to the ffmpeg-php extension directory and run phpize (included with your PHP installation) to build configuration files. NOTE: if your php installation does not include phpize, you may have to install a php-dev package for your distro (usually named: php-dev, php-devel or similar)

1. cd ffmpeg-php-X.x.x/
2. phpize

Configure and build the extension.

1. ./configure && make

Install the shared extension.

1. sudo make install

If everything went as planned, ffmpeg-php is now installed as a shared extension.

f you've built ffmpeg-php as a shared extension but want to make it available to all scripts by default, add extension=ffmpeg.so to your php.ini file to load ffmpeg-php at PHP startup. Make sure to restart apache when you are done to reload php.ini.

http://ffmpeg-php.sourceforge.net/

Reply to This

RSS

About

pdp pdp created this Ning Network.

© 2009   Created by pdp on Ning.   Create a Ning Network!

Badges  |  Report an Issue  |  Privacy  |  Terms of Service

Sign in to chat!