Video bit rate


Free Download Mp4Gain
picture

Video bit rate

Video bit rate
Video bit rate

Today, we are going to popularize the concept of bitrate in video playback.

Video bit rate
Video bit rate

When formulating RMVB/RM, the main consideration is network communication and the purpose is to use unpleasant network speed to deliver visually acceptable image quality. Therefore, the characteristic of RMVB/RM encoding format is that better video quality can be obtained at lower bit rate. However, in the case of high bitrate, it is not as good as other encoding formats. It is also an RM/RMVB suffixed file, and its internal encoding format is subdivided into R8/R9/R10, etc., but in general, the above-mentioned characteristics are maintained. It’s just that the compression rate is higher, so RMVB is not used in the field of HD encoding. RMVB looks for a high compression rate and acceptable image quality, so it often compresses some details that are not easy to notice. At first glance, the image is good, but if you look closely, you will find that the image is not sharp, the layers are not clear, and it always gives people a feeling of being blurry all the time. The audio encoding part of the RMVB/RM suffix file also has that situation. The sound compression rate is very high, but it can only be heard. Don’t expect beautiful sound.

 

The popularity of RMVB is due to the fact that the REAL format is suitable for low-speed network transmission and can achieve acceptable image quality with a smaller file size. Second, with the use of RMVB, relatively full-featured transcoding software and solutions have begun to appear, which is convenient for video lovers and expands the video source. However, as network speeds get faster, better encoders like H264 appear, and because RMVB is not suitable for high-definition video production, and if other hardware manufacturers want to support the format RMVB/RM, you have to pay REAL quite expensive The patent fee caused many hardware manufacturers to stop supporting RMVB files. RMVB documentation is not the completely overwhelming advantage it once was.

 

Many video files spread on the Internet now have suffixes like AVI, MKV, MP4 and 3GP. Among them, MKV is mainly used for HD video files, MP4, 3GP, etc. They are mainly used in mobile phones and portable devices, etc. AVI is more widely used, not only in high-definition video files, but also in portable devices.

 

The video encoding format used by VCD is MPEG1, and DVD is MPEG2. Both VCD and DVD are mainly used for home video and audio playback, and generally speaking, VCD is encoded with MPEG1 as a fixed bit rate encoding. DVD can support dynamic bit rate MPEG2 encoding.

In order to ensure the clarity of the image when the image changes drastically, the default encoding rate is high, the standard encoding rate of VCD is 1152Kbps, and the DVD is more open. According to the playing time of the movie, it is generally set between 5000Kbps -8000Kbps, so as not to waste DVD discs Under the premise of capacity, please use a higher bit rate as much as possible to get a higher definition. MPEG1 and MPEG2 are not very effective in the case of ultra-low bit rate, and if the bit rate increases too much, the indications generated by the image effect are not obvious. MKV is encoded in H.264 for high definition video and the 1080p image reaches a bit rate of 30 Mbps.

 

Note:

VBR: “variable bit rate”, VBR encoding means that the encoder’s output bit rate (or decoder’s input bit rate) can be adaptively adjusted based on the complexity of the encoder’s input source signal , to keep The output quality remains the same instead of keeping the output bitrate the same. VBR is suitable for storage (not very suitable for streaming) and can use limited storage space more efficiently: use more codewords to encode high-complexity segments and use fewer codewords to encode low-complexity segments .

CBR: “fixed bit rate”, CBR encoding means that the output bit rate of the encoder (or the input bit rate of the decoder) must be a fixed (constant) value. CBR is very useful when performing multimedia communications on a channel with limited bandwidth, because the higher bit rate is limited at this time, and CBR can use that channel more easily. But CBR is not suitable for storage,


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

video bit rate

Video bit rate

Video Bitrate
Video Bitrate

Today, we are going to popularize the concept of bitrate in video playback.

Video Bitrate
Video Bitrate

Data rate refers to the data flow used by a video file in a unit of time, also called bit rate, sampling rate, and bit stream rate. A popular understanding is that it is the most important part of image quality control in video encoding. Generally, the unit we use is kb/s or Mb/s. Generally speaking, at the same resolution, the higher the code stream of the video file, the lower the compression ratio and the higher the image quality. The higher the bit stream, the higher the sampling rate per unit time, the higher the data stream, the higher the accuracy, the closer the processed file is to the original file, the better the image quality, the clearer the image quality and the higher the decoding capability of the playback device is required.

 

Of course, the larger the code stream, the larger the file size. The calculation formula is file size = time X code rate/8. For example, a 720P RMVB file with a 1 Mbps stream of 90 minutes is common on the Internet and its volume is = 5400 seconds × 1 Mb/8 = 675 MB.

 

Generally speaking, a video file includes both image and sound, such as an RMVB video file, which contains both video information and audio information. Audio and video have their own sampling methods and different bit rates, that is, the same video Audio and video file bit rate is not the same. And what we’re talking about is the bitrate of a video file, which generally refers to the sum of the bitrate of the audio and video information in the video file.

 

Taking the most popular and familiar RMVB video file in China as an example, VB in RMVB refers to VBR, which is short for Variable Bit Rate. The Chinese meaning is variable bit rate, which means that RMVB adopts the dynamic encoding method. , use a higher sampling rate for complex dynamic images (singing and dancing, flying cars, wars, actions, etc.), and use a lower sampling rate for static images, make rational use of resources and achieve the image quality and volume effect

 

The most fundamental difference between code rate and sample rate is that the code rate is for the source file.

 

There are many types of encoding formats. With the continuous advancement of technology, various encoding formats have been produced for different purposes. The compression rates of different encoding formats are different and have their own characteristics. Some of them can maintain high image quality in the case of low bitrate, but in the case of high bitrate, the image quality indication is not great and some are suitable for high bit rates. High definition image is maintained, but may not work well at low bit rates. Present some common ones.

How does bitrate affect video quality?

How does bitrate affect video quality?

How does bitrate affect video quality
How does bitrate affect video quality

 

To understand how bitrate affects video quality, we first need to understand how video compression works.

Video Bitrate vs Resolution
Video Bitrate vs Resolution

When you’re compressing video, the compression algorithm does two things:

Convert video from “pixel domain” to “frequency domain” by DCT (Discrete Cosine Transform). If you are not familiar with DCT, you can read our previous article: How to explain DCT to a 5-year-old?

Some of the information in the frequency domain is discarded through a technique called quantization, with the expectation that the human eye will not perceive this loss of information.

Essentially, when you compress a video, you’re throwing away some information while hoping there’s no loss in video quality. When you overcompress the video, you throw away a lot of information, and the human eye perceives the encoding loss. If you don’t compress the video too much, the file size will be huge, while the video quality will be excellent.

This is known as the “rate-distortion exchange (RDT)” in video compression, and the lower the bitrate, the worse the video quality (assuming the resolution is fixed).

What does RTD mean?

Let’s look at the example below. We use FFmpeg to compress the example video (CrowdRun) to 1.5 mbps and 5 mbps, respectively. With the video screenshots below, can you tell me which one is from the higher bitrate video and which one is from the lower bitrate video?

 

Obviously the bitrate in the image above is lower and the bitrate in the image below is higher. When using a bitrate of 5 mbps @ 1080p, the video quality is excellent. For the same video, when we use a bitrate of 1.5 mbps, the video quality of CrowdRun becomes very poor.

But is it always like this? Does low bitrate always produce poor quality video? We answer this question with a simple experiment.

Let’s test the “low bitrate = low quality” hypothesis using animated videos. For the following video, we used the popular Simpsons trailer and compressed the video to 2.5mbps and 1mbps using H.264/AVC (make sure all encoder settings are consistent).

Bitrate vs. Video Resolution

Bitrate vs. Video Resolution

Bitrate vs. Video Resolution
Bitrate vs. Video Resolution

which is more important for streaming video?

Bitrate vs. Video Resolution
Bitrate vs. Video Resolution

Many people have this confusion because these two factors can have a profound effect on the encoder’s output.

How do you think it should be chosen?

Choose 1080p or 720p?

Choose 5mbps or 3mbps?

Choose 1080p@5mbps or 1080p@7mbps?

If you don’t know what to choose, great. That’s why I wrote this article: to explain the relationship between bitrate and resolution in simple terms, and to help you choose the right encoder settings.

Let’s start by understanding bitrate.

What is the bitrate of the video?

Video bitrate or bit rate refers to the number of bits transmitted per second of video information. The code rate unit is usually:

kbps or kilobits per second

mbps or megabits per second

When you are compressing video, you usually need to set the video compression software not to exceed a certain bit rate.

For example, if you set the video compression software’s bitrate to 3mbps, the software will compress the video at 3mb per second (on average) and stream it to the decoder or player. This is the code rate.

When you talk about bitrate, you’re really talking about: the relationship between video compression and video quality loss. The more you compress, the lower the quality of the video (and this is not always the case, as we will see later).

When compressing video, the following algorithms can be used for speed control, these are:

CBR (Constant Bitrate) – It is best to keep the bitrate constant if video quality is lost.

VBR (Variable Bitrate) – Maintains consistent video quality, allowing for bitrate fluctuations.

Capped VBR – Keep the video quality as constant as possible, allowing the bitrate to fluctuate within a set range.

This article will not discuss the above frequency control methods in detail. Friends who want to know more, welcome to read: Understanding Frequency Control Modes: What are CBR, VBR, CRF and Capped-CRF?

So when we talk about the bit rate, we should pay attention to the following points:

The quality of high bitrate video is usually higher than that of low bitrate video. I say generally, because the video quality reaches a certain point where it will no longer improve (no matter how much the bitrate increases).

The code rate refers to bits (bit) instead of bytes (byte).

The bit rate alone does not determine the quality of the video, you have to take into account factors like resolution, frame rate, screen size, etc.

Codecs for video compression: H.264/AVC, HEVC, VP9, ​​AV1? If you change the video codec and its settings (or encoding tools), the same bitrate will provide a very different video quality.

What video bitrate is appropriate for video? Part 2

What video bitrate is appropriate for video? Part 2

Video Bitrate
Video Bitrate

Ultra Clear 720P>=1.5M (Standard 1280×720 resolution, minimum 960*540, this and higher resolutions are in MP4 era) [some websites have this minimum requirement to upload]

Video Bitrate
Video Bitrate

Blu-ray 1080P>=2.5M (1920 × 1080 standard resolution) [optimal 4-8M] [220M when the material is stored] [some websites have this higher requirement for uploading] (it is better to use 720P and 1080P when make videos )

2K=(2048×1080 resolution)
4K=(4096×2160 resolution) [Optimal 8-12M]
The most normative statement is:
reaching 720p resolution is the threshold for high definition signal sources, 720p is called the HD (high definition) standard;
up to 1080p resolution, known as the Full HD (full high definition) Blu-ray standard.
2K refers to 2048 × 1080, and the actual resolution of Quad HD (four times high definition, 2K can be called “four times ultra high definition”) has various specifications, and the ones listed above are just common specifications. ;

4K refers to 3840 × 2160, and the actual resolution of Quad Full HD (four times full HD, 4K is called “four times ultra full HD”) has various specifications, and the ones listed above are just common specifications. .
Blu-ray is the clearest and SD is the worst If your internet speed can’t bring you 1080p, then at least 720p won’t feel blurry to the naked eye.
P refers to the number of horizontal scan lines, and the higher the number, the higher the resolution of the image. The letter P stands for progressive scan.

1. What is the video bitrate?

Video bitrate is the number of bits of video data (color, brightness, and pixels) that are output per second. The unit generally used is kbps.

2. Recommended bitrate for video size and resolution

How much video bitrate is appropriate (above H.264 bitrate, 720P, 1080P output bitrate setting)

3. A set of formulas to set the bitrate is shared with you as follows:

How much video bitrate is appropriate (above H.264 bitrate, 720P, 1080P output bitrate setting)

Regarding the two items of “Use the highest rendering quality” and “Process with the maximum depth” when exporting from PR editing software, the effect of image quality is not obvious on the big screen and the output time can increase exponentially depending on the complexity of the track. I also encountered this problem in the morning. I have been there, it is a waste of time and the effect is average. So I usually don’t choose this.

What video bitrate is appropriate for video?

What video bitrate is appropriate for video?

Video Bit Rate
Video Bit Rate

At present, 720p video recommended minimum bitrate is above, h.264 encoding 2M bitrate is adequate, 1080p is 4M enough
to get a high-quality video, convert it with different bitrates, and then compare the image quality.

Video Bit Rate
Video Bit Rate

The most commonly used are: h.264 encoding, 1080P, 2.5M bit rate or more.
Summary: [h.264 encoding, 2.5M bitrate (up to 4M), maximum 4M bitrate (add 2M to target), most platforms are Blu-ray. 】

1. If the bitrate is higher than the original video, it will not be a bit higher than the original video. When you move, you’ll pick a lower point to compress the file a bit.
2. 1080P 1M bitrate has distortion feeling to watch on computer, and 2M can’t see distortion, you can adjust the bitrate to 4M to get the best.
The following are the bitrate upload requirements for a platform:

How much video bitrate is appropriate (above H.264 bitrate, 720P, 1080P output bitrate setting)

How much video bitrate is appropriate (above H.264 bitrate, 720P, 1080P output bitrate setting)

***Normal 240p, 320p SD, 480p HD, 720p Ultra HD, 1080p Full HD (Blu-ray), 2K, 4k Ultra HD ***
Normal 240P (320×240 standard resolution, it was 3GP, this is basically nobody used)
SD 270P<0.8M (360×270 standard resolution, was 3GP, rarely used) [140M when storing 422 materials]

High definition 480P (360P)>=0.8M (standard resolution of 640 × 480, minimum 480 * 360, was 3GP) [480 re-advertising is called high definition, but the normative statement can only be regarded as standard definition]