I am trying to convert different files to a flash compatible .mp4
file with ffmpeg, but I can\'t seem to get it to work. Of course the objective is to get the great
Just some ideas of why this might happen
does it play when converting to FLV and is that an option? You would then use something like the following options
ffmpeg -i input.file -f flv -r 25 -b 560000 -s 610x340 -acodec mp3 -ac 2 -ab 64 -ar 44100 output.file