
Video bit rate

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

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,







