jrobles Posted June 29, 2010 Share Posted June 29, 2010 Greeting, I am working on a PHP project that requires uploading and converting videos using ffmpeg. I got the script to work with .MOV files, but for some reason .AVI files do not work. Any suggestions?? here is a stripped down version of my ffmpeg script This works fine: exec(ffmpeg -i movie.mov movie.flv); This does not work: exec(ffmpeg -i movie.avi movie.flv); Quote Link to comment https://forums.phpfreaks.com/topic/206176-need-some-ffmpeg-help/ Share on other sites More sharing options...
travo1992 Posted June 30, 2010 Share Posted June 30, 2010 Have you tried a different avi file? Are you using absolute paths? Also have you tried tweaking some of the audio and resolution settings? Not sure if it would help, but you never know... Quote Link to comment https://forums.phpfreaks.com/topic/206176-need-some-ffmpeg-help/#findComment-1078964 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.