Variable bitrate: Difference between revisions
No edit summary |
Mboverload (talk | contribs) mNo edit summary |
||
Line 12: | Line 12: | ||
{{msg:stub}} |
{{msg:stub}} |
||
[[category:codecs]] |
|||
[[category:telecommunications]] |
Revision as of 20:01, 20 December 2004
The term variable bit rate (VBR) is a term in telecommunications Quality of Service. Compare with constant bit rate.
An MP3 file can be recorded with a variable bitrate from 8 - 320 Kbit to save memory.
When referring to codecs, variable bit rate encoding varies the amount of output data in each time segment based on the complexity of the input data in that segment. The goal is to maintain constant quality instead of maintaining a constant data rate. VBR is preferred for storage (as opposed to streaming) because it makes better use of storage space: More space is allocated to more complex segments while less space is allocated to less complex segments.
Codecs such as Vorbis and almost all video codecs are inherently VBR. MP3s can optionally be encoded in this way.