Difference between revisions of "Variable Bitrate"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (VBR moved to Variable Bitrate)
m
Line 1: Line 1:
 
In '''Variable Bitrate''' ('''VBR''') coding, the user chooses the desired quality level and/or a range of allowable [[bitrate]]s. Then the encoder tries to maintain the selected quality during the whole stream by choosing the optimal amount of data to represent each frame of audio. The main advantage is that the user is able to specify the quality level and conserve as much space as possible, but the inconvenience is that the final file size is quite unpredictable.
 
In '''Variable Bitrate''' ('''VBR''') coding, the user chooses the desired quality level and/or a range of allowable [[bitrate]]s. Then the encoder tries to maintain the selected quality during the whole stream by choosing the optimal amount of data to represent each frame of audio. The main advantage is that the user is able to specify the quality level and conserve as much space as possible, but the inconvenience is that the final file size is quite unpredictable.
  
Most modern encoders are able to perform VBR encoding, including (but not limited to) nearly all popular [[MP3]], [[AAC]], [[Ogg Vorbis]], [[Musepack]], and [[WMA]] encoders.
+
Most modern encoders are able to perform VBR encoding, including (but not limited to) nearly all popular [[MP3]], [[Advanced Audio Coding|AAC]], (Ogg) [[Vorbis]], [[Musepack]], and [[Windows Media Audio|WMA]] encoders.
  
Some codecs limited to [[CBR]] include [[AC3]] (in theory it can encode to VBR, but no high quality encoder offers that feature), [[DTS]] (same thing as AC3, no publicly available VBR encoder), [[Real Audio]] and [[ATRAC3]].
+
Some codecs limited to [[Constant Bitrate]] (CBR) include [[AC3]] (in theory it can encode to VBR, but no high quality encoder offers that feature), [[DTS]] (same thing as AC3, no publicly available VBR encoder), [[Real Audio]] and [[ATRAC3]].
  
 
All [[lossless]] codecs are, by nature, VBR.
 
All [[lossless]] codecs are, by nature, VBR.

Revision as of 16:44, 14 June 2007

In Variable Bitrate (VBR) coding, the user chooses the desired quality level and/or a range of allowable bitrates. Then the encoder tries to maintain the selected quality during the whole stream by choosing the optimal amount of data to represent each frame of audio. The main advantage is that the user is able to specify the quality level and conserve as much space as possible, but the inconvenience is that the final file size is quite unpredictable.

Most modern encoders are able to perform VBR encoding, including (but not limited to) nearly all popular MP3, AAC, (Ogg) Vorbis, Musepack, and WMA encoders.

Some codecs limited to Constant Bitrate (CBR) include AC3 (in theory it can encode to VBR, but no high quality encoder offers that feature), DTS (same thing as AC3, no publicly available VBR encoder), Real Audio and ATRAC3.

All lossless codecs are, by nature, VBR.