I am trying to convert an avi file to flv with an fairly simple ffmpeg command:
ffmpeg -i dbkai12.avi -ab 96k -b 700k -ar 44100 -s 640x480 -acodec mp3 video.flv
The video does exactly what I want, just no audio. I didnt come up with these numbers, just pulled them from different sources.
Also tried:
ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320x240 video.flv
Same result.