Quote:
Originally Posted by wallstreet89
FFmpeg and Lame are installed on the server. But again, no video conversion is taking place. I've had 3 developers look at it and they cannot fix it. Does my upload.php page have to have some type of ffmpeg code on it? Looking forward to your reply.
Thanks,
Desperate 
|
What version of ffmpeg are you running? Have you installed all the codecs you need?
I work with ffmpeg daily and offer paid ffmpeg install services. But if you show us the code you're using and the output that you're getting and then maybe we can help.
Most likely you either:
- need to install codecs.
- don't have permission to execute ffmpeg from your php script
- aren't providing ffmpeg with the correct commands
Last edited by chrishirst; 05-23-2010 at 05:42 AM..
Reason: link dropping removed
|