I am having some difficulty finding good, current information about how to correctly install FFMPEG-PHP in XAMPP on a Windows 7 machine.

If anybody knows where to find such information, please post the URL here and I would be very grateful. Thank you very much.

Happy Holidays!

The platforms supported by ffmpeg-php are linux and bsd: http://sourceforge.net/projects/ffmpeg-php/
If you want to use ffmpeg in Windows first you need a porting, check here: http://ffmpeg.org/download.html

And then you can use ffmpeg in command line, with exec() function:

<?php exec("ffmpeg.exe -i video.avi video.mpg"); ?>

bye

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.