Penguin
Annotated edit history of CBR version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 [Acronym] for __C__onstant __B__it__R__ate.
2
2 AristotlePagaltzis 3 An encoding process that keeps the bandwidth used constant while varying quality. Generally considered inferior to the opposite approach, as you waste bandwidth on sections that don't need it, while missing out on bandwidth on sections that do. However, [CBR] is simple to implement.
1 PerryLorier 4
2 AristotlePagaltzis 5 Contrast [VBR].