Ok, I found a site that has a Windows version of the FFMPEG application.
http://arrozcru.no-ip.org/ffmpeg_builds/
I downloaded the zip file, extracted the contents which has 4 files, 2 executables (ffmpeg and ffplay), 1 readme text file and a DLL file. From what I understand, the DLL file should go to the Windows directory then edit the PHP.ini file so that the DLL file would be added in the extensions list. I did that. And I created a simple PHP file that has this script: exec(ffmpeg -i inputfile.avi -f flv -acodec mp3) But nothing happens when I view the page on my browser. No errors just a blank page. When I use other scripts it works. What am I missing here? I think I'm getting close but I still need assistance.
Please help me out.