Page 1 of 1

Installation help, FFmpeg on windows xampp.

Posted: Wed Mar 21, 2012 12:30 am
by Temor
I've looked everywhere but I can't find one guide on how to get the ffmpeg-php extension working on windows xampp.
Does anyone have any experience with ffmpeg on windows?


I'm trying to convert uploaded videos in various formats to .flv for consistency. If anyone have a solution that does not involve ffmpeg I'd appreciate some guidance.

This is sort of php related but not really, therefore it goes in the Other category and not in PHP. Feel free to move if misplaced.

Re: Installation help, FFmpeg on windows xampp.

Posted: Wed Mar 21, 2012 2:42 pm
by jacek
The only way I have done this before is to call the ffmpeg program with shell_exec()

You would probably want to background the process anyway and I don't think the extension can do that.

Re: Installation help, FFmpeg on windows xampp.

Posted: Wed Mar 21, 2012 5:42 pm
by Temor
Oh, okay. I'll just go with linux then.