|
Anyone know how to use FFMpeg
Does anyone know how I can use ffmpeg with PHP?
I don't know where to start. I'm using apthost and it comes with all the things you need (ffmpeg, mencode, ffmpeg-php, etc)
I just don't know where to start with this stuff, and I don't want to use one of those premade ones.
If someone could just tell me how to start I can probably figure out the rest on my own.
All I know is that you need to use <?php exec('usr/bin/ffmpeg xxx'); ?> to do anything. I just don't know which parameters go where..
|