
What is a bit rate?

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

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.



