views:

21

answers:

1

Did wamp server supports ffmpeg in my windows local machiine. If so can I straight away run my code in wamp server to encode video (or) did I have to install the ffmpeg or any related thing to run it

A: 

WAMP won't install ffmpeg for you, that's outside its purview. But nothing says you can't install it yourself and then use something like this to interface with it.

Marc B
I downloaded the script then what to do with it next
Rahul TS
Compile/install it? Given that thing's dated 2005, it's pretty old. You might want to look for something newer. It's just an example of one way to interface PHP with ffmpeg.
Marc B