954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help installing FFMPEG-PHP in XAMPP on Windows 7 laptop

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!

kfmnla
Newbie Poster
1 post since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

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

cereal
Master Poster
709 posts since Aug 2007
Reputation Points: 214
Solved Threads: 120
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: