CODE
ffmpeg -i movie.mpg -f mp4 -r 30 -s 320x240 -b 768 -vcodec h264 -acodec aac -ab 128 movie.mp4
The problem is, I specify the bitrate to be 768 and the outputted file's bitrate always seems to be higher than this. I've tried a couple other free video converters, and it's the same thing... the bitrate always reads higher than what I specified.
I'm pretty new to the video conversion world, so is there something I just don't understand about video bitrates?
