Click to See Complete Forum and Search --> : PHP & Video


GUIR
10-13-2008, 01:19 PM
Hi,

Is there are built in packages/extensions for Video handling in PHP.

Is possible to convert files between video file types using PHP.

I mean something like GD.

I know many of you have came across such needs, can such person give me a some basic guidelines.

Thanks & Best Regards

hastx
10-14-2008, 07:06 PM
Somewhere on here is a thread about using Ming to aid in dynamic media player content... I think that is pretty close to what you might be looking for, it allows you to take various codecs and use the library to build a flash video player and output it to that.

but as far as just a library to convert file types I dont know of

opifex
10-15-2008, 02:53 AM
what are you trying to do? conversion to flv?

ffmpeg (http://ffmpeg-php.sourceforge.net/) combined with a class package like phpvideotoolkit (http://www.phpclasses.org/browse/package/3747.html) works well and is open source. we had a couple of problems with avi files, but i think that problem is fixed in the current package release.