Installation help, FFmpeg on windows xampp.

Any help topics that don't fit in the current categories can go here.
Post Reply
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Installation help, FFmpeg on windows xampp.

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Installation help, FFmpeg on windows xampp.

Post 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.
Image
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: Installation help, FFmpeg on windows xampp.

Post by Temor »

Oh, okay. I'll just go with linux then.
Post Reply