
What is the difference between CBR / VBR / ABR in audio / video conversion?

Bit rate is an index that determines the quality of compressed video and audio. Bit rate is the number of bits per second, and generally the higher the bit rate the higher the quality. However, the file size will increase accordingly.

The compression method is the behavior of the bit rate at the time of compression, which is the constant bit rate method (CBR), the variable bit rate method (VBR) or the average bit rate method (Averate Bit Rate, ABR). be classified
Constant Bit Rate (CBR) functions
The compression method with a constant bit rate is called the constant bit rate (CBR) method. Since the bit rate is fixed, it is not only easy to predict the file size after compression, but it is also possible to search for the playback position at high speed. However, in the video there are scenes with little movement and scenes with a lot of movement. problems with such as quality change.
WAVE and uncompressed AIFF are also CBR.
advantage
It is possible to predict the size of the file after compression.
You can search the playback position at high speed.
Disadvantage
Quality tends to vary
Variable Bit Rate (VBR) Features
The compression method by changing the bit rate is called the variable bit rate (VBR) method. The VBR scheme places the jitter data with a high intense bit rate, the jitter is compressed by lowering the loose position, in its entirety the quality is kept constant can be compared with the CBR can be compressed with high quality if it is said. However, the size of the compressed file is unpredictable because the bit rate changes from moment to moment. Also, it takes longer to find the playback position than CBR.
advantage
Easy to control quality
High quality
Disadvantage
Difficult to predict compressed file size
It takes time to find the playback position.
Average Bit Rate (ABR) functions
Although the bit rate is variable, the compression method with a constant average bit rate is called the Average Bit Rate (ABR) method. Although the bit rate fluctuates with this method, the size of the final file can be predicted to some extent because it is compressed so that the average bit rate of all data is constant. This allows you to keep the quality as VBR and predict the file size as CBR. However, it takes longer than other methods because the data must be scanned at least once before compression.
advantage
It is possible to maintain quality to a certain extent.
File size can be predicted to some extent
Disadvantage
The compression process takes time



















