so i'm encoding some files in low qual vbr for my portable:
--vbr-new -V 9 -h -b 32 -B 160 -m j --lowpass 15.25
however, in many songs with silences in the beginning, it uses a large frame size... 160. in taking off all the switches except --vbr-new -V 9, it uses 224 kbps for all these frames. this occurs all the way down to -V 6 or so. this is taking up valuable space of course.
this is version 3.96.1.
also, the frame size 144 does not appear unless i remove the other flags. I'd think that this would be a valuable frame size for my portable, but i can't use it. -B 144 results in an error, and so does -b 8 or -b 16.
any suggestions?
