Difference between CBR (fixed), VBR (variable) and ABR (average) [bit rate]


Free Download Mp4Gain
picture

Difference between CBR (fixed), VBR (variable) and ABR (average) [bit rate]

constant vs variable bit rate

CBR (constant bit rate)
VBR (variable bit rate)
ABR (average bit rate)
There are three types.

Constant bit rate (CBR)

I will present the differences between them.

See the following article for the “bit rate”.

Reference: What is a bit rate? Relationship between image quality and sound quality [Video / Audio]
Related: Difference Between VFR (Variable) and CFR (Fixed) [Frame Rate]

Every feature
I will briefly explain each feature.

CBR (constant bit rate)
CBR (constant bit rate) is

A video with a constant video bit rate.

for instance,

Scenes with intense movement
Scenes with complex audio
Even in “scenes that require a large number of bit rates”, for example, the bit rate to be assigned is constant and

Motionless scene
Scene without audio
Even in “scenes that do not require a lot of bit rate”, the bit rate to be assigned is constant.

In this way, a video that assigns a constant bitrate to “Assign a constant bitrate!” In any scene it is called CBR (constant bit rate) video.

The following are the characteristics of CBR.

(○) Search (fast forward / rewind) is fast
Since the transfer rate is the same, you can search instantly.
(○) File size can be predicted
If you decide beforehand to “encode at XX bit rate”, you can predict the file size from resolution, frame rate, video length, codec, and so on.
(○) Easy to use as a material
In the case of video, there is no need to worry so much, but in the case of the sound source, various problems can occur such as drift of sound with VBR or ABR (so if there is a possibility that it will be used later to video edit material, etc. Better to encode with CBR)
(○) Fast encoding speed
It doesn’t change much, but unlike VBR and ABR, you don’t need to “predict” it, so encoding is faster.
(X) Image quality and sound quality are not very good for the file size
Even a monotonous scene that does not require a lot of bit rate allocation may be assigned a certain number, or a scene that requires a large bit rate may not have enough bit rate, so the image quality and sound quality for the file size. Cospa is bad
VBR (variable bit rate)
VBR (variable bit rate) is

A video whose bit rate varies depending on the scene.

VBR_figure

for instance,

Scenes with intense movement
Scenes with complex audio
In “scenes that require many bit rates”, such as assigning many bit rates and

Motionless scene
Scene without audio
For “scenes that do not require a lot of bit rate”, assign a lower bit rate.

In this way, a video that assigns only the required bitrate according to the scene, “You need this bitrate, don’t you?” It’s called VBR (Variable Bit Rate) video.

The following are the characteristics of VBR.

(○) Image quality (sound quality) by file size is the best
Compared to CBR and ABR, the image quality (sound quality) by file size is the best.
(△) Unpredictable file size after encoding
The file size cannot be predicted because the bit rate fluctuates extremely depending on the content of the material to be encoded. (However with the x264 encoder etc it is possible to predict because it puts an upper limit on the file size and allocates the maximum bit rate within that range)
(X) Old MP3 players may not play well
If you have an old MP3 player, the playing time display may be strange, the bit rate display may be strange, or you may not be able to play from beginning to end.
(X) When used as video editing material, it may cause sound drift.
For more information, see the following article
Reference: Causes and countermeasures for sound deviation [Encoding]
If you want to encode video with high image quality and low capacity, VBR is your choice.

By the way, in VBR, it is common to determine video quality by “quality standard” (CRF value in x264 encoder) rather than by “bit rate standard”.

For example, instead of saying “Encode at 192bps!”, Specify something like “Encode at


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

What is a bit rate?

What is a bit rate?

Audio Bit rate

The bit rate in a video is “how much information is packed in one second”.

BIT RATE

What if the bit rate is high?
Basically, the higher the bit rate, the better the picture and sound quality.

* Although it is closely related to the “codec” described later, it will basically improve.

There are two types of bit rates
Bit rates are assigned separately for “video” and “audio”.

The higher the bit rate assigned to “video”, the better the “image quality”.
The higher the bit rate assigned to “voice”, the better the “sound quality”.
Also, the sum of the two bit rates is “is called the oval bit rate (total bit rate)”. (This oval bit rate is called “video bit rate”)

▲ If you open the video file properties and open the “Details” tab, you can see “What is the bit rate?”

(However, this Windows function is unreliable, so it is better to use video analysis software like MediaInfo)

soon,

Oval bit rate = video bit rate + audio bit rate
It becomes the calculation formula.

So even if it says “bit rate is high!”, It may mean “video bit rate is high” and “audio bit rate is not high”.

In other words, in such a case, the video will be “Image quality is good, but sound quality is not good …”.

Basically, the file size of “audio” is much smaller than that of “video”, so even if you increase the bitrate of “audio” significantly, the overall size of the file will not change as much.

Therefore, “speech” is often encoded uncompressed (linear PCM).

Relationship to image quality
The higher the “video” bit rate, the more accurate the color information that can be assigned to all pixels.

as a result

High bit rates improve image quality and
If the bit rate is low, the image quality will deteriorate.

▲ High bit rate (12 Mbps, 2.57 MB) ▲ Low bit rate (90 kbps, 20 KB)
* Actually, it is a gif video, so the bitrate is not accurate.

Bit rate difference

Also, in the case of a low bitrate, if you allocate bits evenly to all pixels, you will run out of bits, so in scenes where similar colors are continuous (such as a scene where the blue sky stretches without end), etc. Try to reduce the bits preferably.

As a result, “block noise” ↓ is likely to occur in such scenes.

Block noise
▲ Example of block noise (block noise)

Relationship to sound quality
The audio bit rate is

Sampling rate (Hz) x bit depth (bit) = bit rate (bps)
It can be expressed by the formula.

For example, when recording sound as digital data

How often do you record (= sample rate)
How much data is stored per interval (= bit depth)
Decide and register.

for instance,

Sampling frequency: 44000 Hz
Bit depth: 24 bit
If so, the sound is divided and recorded 44,000 times per second, and the sound is recorded using 24 bits for every 44,000 times.

In other words, if you want to improve the sound quality, you can increase the “sample rate” or “bit depth”.

Increase the sample rate → Soft sound
Increase the bit depth → Increase the expressiveness of the sound, such as finesse and volume
Reference: Meaning and Relationship of Sample Rate, Bit Depth, and Bit Rate

Relationship to codec
I mentioned earlier that “the higher the bit rate, the better the image quality and sound quality”, but the image quality and sound quality are “codecs”. they are closely related to the “.

A “codec” is something like a “compression algorithm” for compressing “video” and “audio”.

Reference: What is video format? Codec difference

for example, “the H.264 video codec” It is a very famous codec that is also used on Youtube and Nico Nico Douga,

(Addendum: Not used now …)

“H.265” which improved the “image quality by file size” from “H.264” There is a codec called “which.

“H.265” is “H.264 at about half the bit rate of”, “H.264 will get the equivalent of image quality and”. (The compression rate is double)

for instance,

Using “2Mbps” video bit rate with “H.264 codec”
Video using “2Mbps” bit rate with “H.265” codec
If there are two videos, the image quality of “H.265” is twice as beautiful even though the bit rate (file size) is the same.