
WHAT IS THE BIT RATE?

Bit rate is the amount of video and audio data transferred per second, and the unit bps (bits per second) is used. It is expressed as “video file capacity = bitrate value x time”. The higher the bit rate, the better the picture and sound quality, but the larger the final file size. Adjust the bit rate when you want to reduce the file size when encoding a video file or when you want to improve the image quality.

The higher the bit rate, the higher the image quality, but if the original video has a low bit rate, no matter how high the bit rate is, no improvement in the quality of the image can be expected. picture. Also, if you are using a CPU with a slow processing speed or a hard disk with a slow rotational speed, if you play a video created at a high bit rate, the processing may not be in time and they will be lost. frames. Also, when posting a video on the home page, it cannot be played properly if the internet line speed is slow.
The DVD-Video standard requires a total video and audio bit rate of 9848 kbps or less, and the Blu-ray standard (BDMV) requires a total video and audio bit rate of 40,000 kbps or less. Therefore, it is necessary to adjust the bit rate according to the purpose and environment. There are two kinds of
encoding methods: constant bit rate (CBR) and variable bit rate (VBR).
Select the encoding method that suits your purpose, such as image quality at encoding time and final size balance.
Constant Bit Rate (CBR)
All constant bit rates assign the same bit rate at all times. Set a high bit rate when you want to improve the image quality of all video files, and set a low bit rate when you want to reduce the file size (a low bit rate can cause noise to be noticeable in a scene with many movement).
It always assigns the same bitrate, so you can easily predict the size of the resulting file. Therefore, it is recommended to use it when there is an upper limit for the file size after encoding or when you want to keep the data transfer rate constant.
Also, WMV (Windows Media Video), etc. You can configure 2-pass CBR. With 2-pass CBR, the amount of data distributed to each video is strictly adjusted and is a mechanism to target higher image quality.
Variable Bit Rate (VBR)
Variable bit rate automatically assigns a high bit rate for fast moving scenes and a low bit rate for slow moving scenes. Since the bit rate is assigned according to the scene, the file size can be reduced while the image quality is relatively high, but the final file size is difficult to predict.
VBR can be divided into two types. 1-step encoding (fixed quality) and 2-step encoding (average bit rate).
1-pass MPEG-2 encoding can shorten processing time for export by analyzing video and encoding while maintaining specified constant quality. However, it is difficult to predict the size of the finished file.
In 2-pass encoding, after analyzing the information from all video data in the 1st pass, the bit rate is assigned and encoded in the 2nd pass based on that information. Although the processing time is long because the processing is performed twice, it is possible to allocate the bit rate efficiently, making it possible to create high-quality video. By specifying the average bitrate, you can roughly predict the size of the file.

















