Basically what I want to do is create a site similar to zamzar.com, where I can convert videos online. I understand that using FFMPEG is the best way to do this.
Thing is, I am having problems installing it. I've been been to numerous tutorials which don't work and they all say to do this
Copy avcodec.dll to system32
Copy avformat.dll to system32
Copy php_ffmpeg.dll to PHP/ext
Write extension=php_f fmpeg.dll to php.ini
I have done that and it still doesn't work.
I am using php5, can you please help me?
Thing is, I am having problems installing it. I've been been to numerous tutorials which don't work and they all say to do this
Copy avcodec.dll to system32
Copy avformat.dll to system32
Copy php_ffmpeg.dll to PHP/ext
Write extension=php_f fmpeg.dll to php.ini
I have done that and it still doesn't work.
I am using php5, can you please help me?
Comment