Specifies whether
the codec achieves a constant or variable bitrate in the exported
file:
- Constant Bit Rate (CBR)
-
Compresses each frame
in the source video to the fixed limit you specify, producing a
file with a fixed data rate. Therefore, frames containing more complex
data are compressed more, while less complex frames are compressed
less.
- Variable Bit Rate (VBR)
-
Allows the exported file’s data rate to vary within a range you
specify. Because a given amount of compression degrades the quality
of a complex image more than it degrades the quality of a simple
image, VBR encoding compresses complex frames less and compresses
simple frames more.
In general, an image
is complex and more difficult to compress efficiently if it contains
great detail or if it differs significantly from previous frames,
as it would in a scene containing motion.
Note: When comparing
CBR and VBR files of the same content and file size, you can make
the following generalizations: A CBR file may play back more reliably
over a wider range of systems, because a fixed data rate is less
demanding on a media player and computer processor. However, a VBR
file tends to have a higher image quality, because VBR tailors the
amount of compression to the image content.