This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Constant bitrate" – news ·newspapers ·books ·scholar ·JSTOR(December 2009) (Learn how and when to remove this message) |
Constant bitrate (CBR) is a term used intelecommunications, relating to thequality of service. Compare withvariable bitrate.[1]
When referring tocodecs, constant bit rateencoding means that the rate at which a codec's output data should be consumed is constant. CBR is useful forstreaming multimedia content on limited capacity channels since it is the maximum bit rate that matters, not the average, so CBR would be used to take advantage of all of the capacity.[1]
CBR is not optimal for storing data as it may not allocate enough data for complex sections (resulting in degraded quality); and if it maximizes quality for complex sections, it will waste data on simple sections.
The problem of not allocating enough data for complex sections could be solved by choosing a high bitrate to ensure that there will be enough bits for the entire encoding process, though the size of the file at the end would be proportionally larger.
Most coding schemes such asHuffman coding orrun-length encoding produce variable-length codes, making perfect CBR difficult to achieve. This is partly solved by varying the quantization (quality), and fully solved by the use of padding. (However, CBR is implied in a simple scheme like reducing all 16-bit audio samples to 8 bits.)
In the case ofstreaming video as a CBR, the source could be under the CBR data rate target. So in order to complete the stream, it's necessary to addstuffing packets in the stream to reach the data rate wanted. These packets are totally neutral and don't affect the stream.
Thiscomputer networking article is astub. You can help Wikipedia byexpanding it. |