ffmpeg -i $1 -sameq -ab 192000 -f mp4 $1.mp4
This is on Ubuntu 11.04 x86_64.
ffmpeg -i $1 -sameq -ab 192000 -f mp4 $1.mp4
fmpeg -i $1 -vcodec libxvid -b 18000k -acodec libmp3lame -ac 2 -ab 192k -s 1280x720 $1.avi
-async 48000parameters to ffmpeg.
-acodec copy -vcodec copything, but the wideo can't be rewound in mplayer. Finally the syntax
ffmpeg -i $1 -sameq -f mp4 $1.mp4worked best for me.