QUOTE(Jojo @ Dec 17 2004, 09:19 AM)
I wonder why there isn't a 288kbps bitrate. There is just 256kbps and after that 320 kbps...I think this gap is quite big. Isn't that a waste of bits? I mean, let's say in a vbr mode, the encoder 'guesses' that it needs 270 kbps there is no way to use 256kbps and the reservoir to compensate the missing bits...so the encoder would have to use 320 kbps...but then, there is no way to store that many extra bits in the reservoir for the next frame.
As sort of a side note, the MP3 bitrates follow a vaguely exponential format:
Between 32 and 64, the steps are 8kbps (32,40,48,56,64)
Between 64 and 128, the steps are 16 (64,80,96,112,128)
Between 128 and 256 the steps are 32 (128, 160, 192, 224, 256)
Between 256 and 512 the steps are 64 (256, 320,
384, 448, 512 (okay, so these don't exist. I stuck them in to finish the pattern))
etc...
However, they could only use 14
(*) of those bitrates, so they capped it at 320. This makes it look strange, as the last increment is the only one that has a difference of 64kbps, but it's all just following a pattern.
Hope that clears up why there's a big jump there
(*) The 14 is from using a 4-bit index, but one value is used for freeformat and one is invalid.