Supersampling


Free Download Mp4Gain
picture

Supersampling

Supersampling

Calculate the value of the final color

Antialiasing

Comparison of render scenes with and without supersampling antialiasing (left side) and with supersampling antialiasing applied (right side). (Do not apply AA means nearest neighbor interpolation).
Supersampling or SSAA (supersampling antialiasing) is a method of spatial antialiasing, that is, the method is used to eliminate aliasing (pixelated with jagged edges, colloquially “jaggies”) from the representation of images in computer games or other software. computer generating images. Aliasing occurs because you see a lot of small squares on your computer screen, unlike real objects that have continuous smooth lines and curves. All of these pixels are the same size and each is a single color. Lines can only be displayed as a collection of pixels, so they look jagged unless they are perfectly horizontal or vertical. The purpose of supersampling is to reduce this effect. Color samples are taken in various cases within one pixel (not just in the center as usual) and the average color value is calculated. This is achieved by rendering the image in a much higher position. The solution is to use additional pixels in the calculation to reduce it to the desired size than the one shown. The result is an image with a smoother transition from one pixel line to another along the edges of the downsampling object.

The number of samples determines the quality of the output.

Motivation
In the case of aliasing 2D images, it appears as follows: Moire pattern a pixelated edge the jagged effect known colloquially as “General”. Signal processing and image processing knowledge suggests achieving complete masu removal. Aliasing, appropriate spatial sampling at the Nyquist rate (or more) after applying the 2D antialiasing filter, because it requires direct and inverse direction in this approach, the Fourier transform, such as supersampling. Computational approaches were developed to avoid the change of domain remaining in the spatial domain (“image domain”).

Method
Computational cost and adaptive supersampling
Supersampling is much more time consuming and computationally expensive. Given the amount of graphics card storage and memory bandwidth, the buffers are several times larger. [1] The solution to this problem is adaptive supersampling, in which only pixels at the edges of the object are supersampled.

Initially, only a few samples are taken within each pixel. If these values ​​are very similar, only these samples will be used to determine the color. Otherwise, more will be used. The result of this method is better performance because more samples are calculated only when necessary.


Free Download Mp4Gain
picture


Mp4Gain Main Window
picture


Mp4Gain Features
picture


Free Download Mp4Gain
picture

Oversampling

Oversampling

oversampling

This article is about signal processing oversampling.

OVERSAMPLING

For more information on analyzing oversampling data, see. Oversampling and subsampling in data analysis.
Signal processing, the oversampling process is a signal with a sample rate significantly higher than the straight Nyquist sample rate. In theory, a signal with limited bandwidth can be completely reconstructed when sampled above the Nike line. Nike Straight is defined as twice the bandwidth signal. Oversampling can improve resolution and signal-to-noise ratio, and can help prevent aliasing and phase distortion and relax the performance requirements of the antialiasing filter.

The signal is said to be oversampled with the following coefficients: N times the Nyquist line when sampled at N.

Motivation
There are three main reasons for oversampling.

Anti-aliasing
Oversampling makes analog realization easier. Anti-aliasing filters. [1] Without oversampling, implementing filters with the precise cuts necessary to maximize available bandwidth is very difficult. Nyquist limit. You can relax the design limitations of antialiasing filters by increasing the bandwidth of your sampling system. [2] When sampled, the signal looks like this: Digital filtering and downsampling to the desired sample rate. In modern integrated circuit technology, the digital filters associated with this subsampling are easier to implement than their counterparts. Analog filter Required for systems that are not oversampled.

Solution
In fact, oversampling is implemented to reduce costs and improve performance. Analog-to-digital converter (ADC) or digital-to-analog converter (DAC). [1] Oversampling with a factor of N increases the coefficient N because the dynamic range is also N times the total possible value. However, the signal-to-noise ratio (SNR) increases in amplitude when the uncorrelated noise is added as follows: As the coherent signals are summed, the average increases by N. As a result, the SNR increases as follows: .. sqrt {N} sqrt {N} sqrt {N}

For example, to implement a 24-bit converter, it is sufficient to use a 20-bit converter that can run at 256 times the target sample rate. Combining 256 consecutive 20-bit samples increases SNR by a factor of 16 and effectively adds 4 bits to the resolution to produce a single sample with 24-bit resolution. [3] [a]

The number of samples required to obtain the additional data precision bits.

{mbox {number of samples}} = (2 <n>) <2> = 2 <2n>.
To scale the average sample to a whole number, add bits, the total sample is divided by: n2 2n 2 n

{displaystyle {mbox {scaled mean}} = {frac {sum limits _ {i = 0} ^ {2 ^ {2n} -1} 2 ^ {n} {text {data}} _ {i}} {2 2n} = {frac {sum limits i = 0} 2 2n -1} {text {data}} i} {2 n}}. }
This average is recorded by an uncorrelated noise ADC that contains sufficient signal. [3] Otherwise, for stationary input signals, the sample values ​​are all the same and the average result is the same. Therefore, oversampling did not improve in this case. In similar cases where the ADC does not register noise and the input signal changes over time, oversampling improves the results, but is inconsistent and unpredictable.2 n

Add a bit of dithering to improve dither noise using the resolution oversampling function, noise in the input signal is likely to improve the final result. In many real-world applications, a slight increase in noise deserves a significant improvement in measurement resolution. In practice, raster noise is often placed outside the frequency range of interest, so this noise is filtered in the digital domain to make the final measurement in the frequency range of interest. Resolution and low noise level. [Four]

noise
If multiple samples of the same quantity are obtained with uncorrelated noise, [b] will be added to each sample. This is because, as mentioned above, the uncorrelated signals are loosely coupled and averaged more than the correlated signals. N noise power samples times a factor of N. For example, 4x oversampling improves the signal-to-noise ratio for power by 4x. This equates to a two-fold improvement in voltage.

Audio Processing – Floating Point

Audio Processing – Floating Point

Audio Processing

Floating-point samples are not evenly spaced, so the resolution of floating-point samples is not as simple as that of whole samples.

AUDIO PROCESSING

In floating point representation, the space between two adjacent values ​​is proportional to the value. This results in a significant improvement in SNR compared to entire systems, as the precision of high-level signals is the same as the precision of identical low-level signals. [twenty]

The trade-off between floating point and integer is that the space between large floating point values ​​is greater than the space between large integer values ​​of the same bit depth. Rounding a large floating point number gives you a greater error than rounding a small floating point number, but rounding a whole number always gives you the same level of error. In other words, integers always have a uniform rounding of the LSB to 0 or 1, floating-point numbers have a uniform SNR, and the quantization noise level is always a constant relationship with the signal level. [21] The floating point noise floor increases as the signal increases and decreases as the signal decreases, resulting in audible dispersion if the bit depth is low enough.

Audio processing

Most digital audio processing operations involve re-enticing the sample, resulting in additional rounding errors similar to the original quantization errors that occurred during analog-to-digital conversion. In-process calculations must be performed with greater precision than the input sample to avoid rounding errors that are greater than the implicit error in the ADC. [twenty three]

Digital Signal Processing (DSP) operations can be performed with either fixed-point or floating-point precision. In any case, the precision of each operation is not determined by the resolution of the input data, but by the precision of the hardware operation used to perform each step of the process. For example, on x86 processors, floating-point arithmetic is performed in 16-bit, 32-bit, or 64-bit single- or double-precision fixed-point arithmetic. Therefore, all processing performed on Intel-based hardware is done with these restrictions, regardless of the source format.

Fixed-point digital signal processors Often support specific word lengths to support specific signal resolutions. For example, the Motorola 56000 DSP chip runs with a 24-bit multiplier and 56 accumulator. Accumulate and Multiply Operation Two 24-bit samples with no overflow or truncation. [24] Fixed point results may be truncated and less accurate on devices that do not support large accumulators. The error is compounded through multiple stages of the DSP at a rate that depends on the operation being performed. For uncorrelated steps of audio data without DC offset, the error is considered random with a mean of zero. Under this assumption, the standard deviation of the distribution represents the error signal and the quantization error is proportional to the square root of the number of operations. [25] Algorithms with iterative processing such as the following require a high level of precision. Convolution. [23] Recursive algorithms like the following also require a high level of precision. Infinite Impulse Response (IIR) filter. [26] In certain cases of IIR filters, rounding errors can reduce the frequency response and cause instability. [twenty three]

Hesitate

Headroom and noise floor during the audio processing stage to compare with interpolation levels
Noise caused by quantization errors, such as rounding errors and reduced precision during audio processing, can be reduced by adding a small amount of random noise called. For dither and pre-quantization signals. Dithering eliminates the behavior of non-linear quantization errors, resulting in very low distortion but slight gain. Noise floor. The recommended ITU-R 468 noise weighting for 16-bit digital audio measured with ITU-R 468 is approximately 66 dB below the alignment level, or full scale 84 dB lower than digital, as it is comparable to the microphone and room noise levels. little effect on 16-bit audio.

Audio bit depth Audio

Audio bit depth Audio

Bit Depth

In digital audio using pulse code modulation (PCM), the bit depth is the number of bits in each sample of information and corresponds to the direct resolution of each sample.

bit depth

Some examples of bit depths include Compact Disc Digital Audio, which uses 16 bits per sample and can support up to 24 bits per sample of DVD-Audio and Blu-ray Disc.

In a basic implementation, bit depth fluctuations mainly affect the following noise levels: Quantization error: thus signal-to-noise ratio (SNR) and dynamic range. However, it mitigates these effects without changing the dithering, noise shape, and oversampling bit depth. Bit depth also affects bit rate and file size.

Bit depth is a digital signal that only makes sense for PCM. The non-PCM format, like the lossy compression format, does not have an associated bit depth. [to]

Binary representation

A PCM signal is a set of digital audio samples that contain data that provides the information you need. Reconstructed original analog signal. Each sample is a signal of the signal at a particular amplitude point, and the samples are evenly spaced in time. Amplitude is the only information explicitly stored in the sample and is usually stored as one of the following: Binary number encoded as integer or floating point Fixed number of digits – The bit depth of the sample, also known as word length or size word of mouth.

Resolution indicates the number of discrete values ​​that can be represented in the analog value range. The resolution of the binary integers increases as the length of the word increases exponentially. Adding 1 bit doubles the resolution and adding 2 bits doubles the resolution. The number of possible values ​​that can be represented by an integer bit depth can be calculated using. 2 n, where n bit depth. [1] Therefore, the resolution of a 16-bit system is 65,536 (2 16) possible values.

The entire PCM audio data is normally stored as follows: Two’s complement format for signature numbers. [2]

Many audio file formats and Digital Audio Workstations (DAWs) now support the PCM format with samples represented by floating point numbers. [3] [4] [5] [6] Both WAV and AIFF file formats support floating point rendering. [7] [8] Unlike integers, where the bit pattern is a unique set of bits, floating-point numbers consist of separate fields whose mathematical relationships form a number. The most common standard is IEEE 754, which consists of three fields. Sign bit This is whether the number is positive or negative, exponent, and mantissa. This is raised by the exponent. The mantissa is represented as a binary fraction based on two IEEE-based floating point formats. [9]

Quantization

Bit depth is the quantization error of the reconstructed signal at the maximum level determined by the signal-to-noise ratio (SNR). Bit depth is limited by frequency response, which does not affect sample rate.

Quantization error introduced in analog-to-digital conversion (ADC) as modeled quantization noise. This is the rounding error between the analog input voltage to the ADC and the digitized value of the output. The noise depends on the non-linear signal.

8-bit binary ann (149-inch decimal), highlighted LSB
If the quantization error is the least significant bit (LSB) and the signal has a uniform distribution that covers all quantization levels, the signal-to-quantization noise ratio (SQNR) can be calculated. Scriptstyle {pm frac {1} { 2}}

mathrm {SQNR} = 20log_ {10} (2 ^ {Q}) 約 6.02cdot Q mathrm {dB} 、!
Where Q is the number of quantization bits and the result is measured as follows: Decibel (dB). [10] [11]

Therefore, 16-bit digital audio has a theoretical maximum CD SNR of 96 dB, and professional 24-bit digital audio has a maximum SNR of 144 dB. As of 2011, digital audio conversion technology is limited to an SNR of approximately 123 dB [12] [13] [14] (effectively 21-bit) IC design due to the actual limit. [b] Still, this closely resembles the human performance of the auditory system.

What is bit?

What is bit?

BIT

bit is an abbreviation for binary digits.

Binary Code System BIT

16 bits and 24 bits in catalogs, etc. represent the number of binary digits * handled by computers, etc.

In digital audio, analog sound is converted to a digital signal,
but the number of bits determines how precisely the amplitude value is converted when it is converted to a binary number (quantization) after sampling.
In the case of 1 bit, only 1 or 0 can be judged, but in 8 bit (10001001), 2 raised to the eighth power, that is, 256 steps can be judged in detail.

Currently, the 16-bit mainstream has 65,536 steps and the 24-bit mainstream has 16,777,216 steps.
Now,
there is a part that does not match the actual waveform (analog waveform) and the quantized and sampled digital waveform. This is called quantization noise.
This noise is especially noticeable when the number of bits is small.

So simply increasing the F’s and the number of bits will improve the sound (closer to the original sound)
, but it will consume a lot of memory. Also, in the case of digital recording, it is
very important to manage the input level to bring out the high quality of the sound.
If the recording level is too low, you won’t be able to bring out its goodness.

It is important to configure it so that it is not clipping at the maximum level of the music to be recorded,
but try to increase the overall average level as much as possible to have a wider dynamic range
(recordable high and low level difference) than analog. Make the most of it and record with a good signal-to-noise (SN) ratio.

* The decimal numbers that we usually use are represented by a combination of 10 types of numbers from 0 to 9, but in
binary numbers, are represented by a combination of 0 and 1.

For example, in a 4-digit binary number,

Decimal number 0 1 2 3 Four ・ ・ ・ ・ 14 15
Binary number 0 1 Ten 11 100 ・ ・ ・ 1110 1111
You can express a number from 0 to 15 as.

(5) What is timing?

It is a state in which each device moves in harmony with each other at the same time in the system.

Digital devices use a reference signal called a word clock, and
Each device can be synchronized with a high precision that cannot be compared with analog devices.

For the configuration of each device, the device that supplies the reference word clock is set as the word clock master, and
all other devices are configured as
word clock slaves so that they can operate synchronously in response to the instruction of a unit set by this master increases.

The role of the word clock is similar to that of the conveyor belt used on factory assembly lines.

The digitized audio data is divided into small times, it is
transmitted to each device, processed and finally returned to an analog audio signal by the DA converter.
What happens if the speed of the conveyor belt changes along the way?
The data will be lost or the time will not match.

If there are devices in the system that are not synced
, problems such as loss of sound and noise mixing will occur due to the same cause.

Regarding synchronization, if each device is precisely configured and word clock transmission between each device is guaranteed,
can achieve high-performance and comfortable operation unique to digital technology.

(6) Digital recording medium

CD compact disc. Introduced in 1982.
Bonus CD A CD that can also play back photos and pictures.
CD-R A CD that can only be burned once.
CD-RW A CD that can be recorded many times.
DAT Digital audio tape. Record and play back on magnetic tape.
Maryland Mini disco. Introduced in 1991.
MP3 Achieve CD-quality sound quality on the Internet, personal computers, etc.
SACD Super Audio CD. Higher sound quality than current CD.
DVD Audio You can play videos and music.

Difference between digital and analog

Difference between digital and analog

Analog vs. Digital

The sound is analog. And sound is the vibration of the air. How is this sound vibration transmitted?

Analog vs Digital

For example, when a stone is thrown into a calm water surface, the ripples spread around it, but if
Cut in the direction of the waves and look at the cut end, the waveform is as shown in Fig.1.

Air waves spread from the point where sound is emitted even in air. Although invisible to the eye, it has a
similar waveform. This is the analog waveform of sound.

Therefore, although it is digital, when such a sound waveform is recorded or communicated by phone or wireless, as
shown in Fig. 2, the change in the analog waveform is electrically replaced with a series of numerical values ​​according to a certain promise. ..

When recording or communicating, if you handle it as analog, it is easy for noise to enter and the sound quality to deteriorate, but when trying
the waveform of the sound as digital = numerical data, you can eliminate that worry and
maintain a certain quality. You can do various processing while maintaining it.

(2) What is convenient when it is digital

Digital audio signals are convenient because they can be recorded and edited using a personal computer, for example.

In addition, 74 minutes of music can be recorded on a CD with a diameter of only 12 cm, and through digital compression processing
, music of the same length can be recorded on an MD with a smaller diameter.

Since digital signals can be compressed in this way, it is also convenient for storing large amounts of information.
Not only sound, but also video signals with a higher amount of information can be recorded and communicated at high speed through the use of compression technology.

Especially in communication, a two-way digital multiplex communication can be realized communicating multiple pieces of information with a single wire.
In addition to electrical signals, laser light can also be used for optical communication, making communication possible at extremely high speeds.

(3) What is the sampling frequency?

Digital signals are processed at predetermined fixed time intervals.
The sample rate (sample rate) indicates how many times a second is processed and is expressed as Fs or fs.

The sampling frequency unit is Hz (Hertz), and the
44.1 kHz (kilohertz) sampling rate means 44,100 pieces of data are processed per second.
(K represents 1000 times)

AD conversion converts a continuous analog signal into a digital signal,
measures the size of the signal at each moment determined by the sampling frequency (sampling) and converts
the result in a binary number (quantization).

On the other hand, DA conversion converts a digital signal into an analog signal,
It reads the digital signal in the sample rate time interval and connects it smoothly.

Since digital signals can be reproduced up to half the sampling frequency, how much
The higher the sample rate, the higher the playable frequency and the better the sound quality.
In familiar areas, 44.1 kHz is used for CD, and 48 kHz is used for DAT and B modes of satellite transmission.

In addition, recent professional equipment uses high sampling frequencies (high sampling), such as 88.2 kHz and 96 kHz,
and are designed to faithfully reproduce even higher frequency sounds to improve sound quality.

What are the sample rate, the number of quantization bits, and the clock? Part 3

What are the sample rate, the number of quantization bits, and the clock? Part 3

Quantization

What is the “clock” on a CD?

Quantization

The CD player contains a biological clock. You may think it is true, but it is a fact. A watch is called a “clock” and it actually carries a crystal oscillator (crystal clock) that keeps accurate time. This is not for the timer. Time is important to read the information recorded on the CD, and the crystal clock, which is the body’s clock, plays an important role. Since this is an extremely high frequency pulse (clock pulse), it splits (slows down the count) and issues the necessary commands to various blocks in the player.

Let’s teach the seeds we are proud of as an ear study. “The clock is related to the pit length of the CD.” For the player to read the 0 and 1 information of the hole, it is necessary that the length of the hole and the time of the biological clock coincide exactly, but for that purpose it is not good. The length of the pit is set to an integral multiple of the clock. There are actually only 9 types of wells on the board, from the shortest (3T) to the longest (9T). You can see that T is a clock pulse and it is a well-researched format.

If the clock is wrong, the sound will be cloudy. This is because the time axis of the pasle fluctuates and jitter occurs. Therefore, the topic of discussion among fans is the external clock. If your body clock is deficient, there are other much more accurate cesium and rubidium clocks. You can use this pulse to move the player! This is why some high-end CD players have an external clock input.

Next time, let’s go over the glossary and how to read the optical disc player specifications that have come out so far.

What are the sample rate, the number of quantization bits, and the clock? Part 2

What are the sample rate, the number of quantization bits, and the clock? Part 2

Quantization

The bits are a binary number in digital counting. Binary numbers are a game, and as the number of bits increases, the number that can be expressed at an accelerated rate increases (number of steps = sampling precision).

Quantization

The calculation is “2 raised to the power of the bits.” For example, 3 bits would have 2 x 2 x 2 = 8 steps, but 5 bits would have 2 x 2 x 2 x 2 x 2 = 32 steps. It seems that it will be incredible if we continue like this. Yes, 16 bits is 2 to the power of 16, so multiply 2 16 times to get 65536 steps. Remember the “65,000 steps”.

Still, it’s not analog per se, but if you play it on a CD player it will play the original continuous analog wave, which is why digital is Erai. Actually, after quantization, the encoding work is done and a 16-bit PCM digital signal is obtained as “010011 … 10”.

Digital is strict and, in fact, there are some rules. It is often said that “CD has a frequency range of 20 kHz and a dynamic range of 96 dB”. This is determined solely by the format. To put it bluntly, the 20 kHz high-frequency range comes from the sample rate, while the 16-bit quantization defines the D range as 96 dB.

It’s kind of logical, but it’s called “Shannon’s Sampling Theorem (Erai scholar)”, and it can record high frequencies up to almost half the sampling frequency (fs). For quantization, there is a guideline of 6 decibels per bit, which is 6 x 16 = 96 decibels. Let’s put it on the sumikko of the head.

■ CD player sound quality enhancement technology: What are high bits and high sampling?

However, CD players have various technologies to improve the sound depending on the manufacturer. Like Denon’s AL24 processing and Pioneer’s legato link conversion. Even if the name is different for each manufacturer, it basically reproduces the subtle nuances and quirky atmosphere of the original analog audio that was cut on CD using extended technology like high bit and high sampling. It’s just a device in CD format, but when you ask, it certainly feels clear and the amount of information has increased.

So what kind of processing are you doing?

The left side of the figure is a normal CD format. The horizontal axis is incremented by fs = 44.1 kHz and the sample data is read with 16-bit precision. This is as explained above and unless there is special processing on the player side it will play as is with CD audio.

But the figure on the right is different. This is an image of the AL24 example, and the bits are expanded from the usual 16-bit to 24-bit using a dedicated chip. So a simple calculation can express a fine sound that is 2 to the eighth power, that is, 256 times. It seems that the upper and lower bits are moved and advanced things are done, but due to such bit expansion and high sampling (extending the high frequency range) like 4fs and 8fs in the direction of the horizontal axis, the squares are much smaller . Even if it is a CD, you can enjoy high-quality sound that surpasses that of a CD.

What are the sample rate, the number of quantization bits, and the clock?

What are the sample rate, the number of quantization bits, and the clock?

quantization bits

There is some format jargon that you really need to know about CDs.

QUANTIZATION

It is the “sample rate” and the “quantization bit number”. In connection with that, you will deepen your understanding if you also learn about the “clock” from the CD. Next time you learn “How to Read Specifications / Optical Discs”, it will go into your head.

■ What is the sampling frequency and the number of bits?

Digital audio recorded on a CD has a 44.1 kHz sample rate and a 16-bit quantization bit rate, right? Yes, that is correct. It has appeared several times so far, but it is the first time that we have explained it in detail from the basics.

First, let’s start with the image. Just the esoteric feeling of sampling and quantizing, and the “vertical slice” and “horizontal slice” of the signals first. Think of it like cutting a radish. First of all, I’ll cut it vertically with a kitchen knife. You can make a lot of cuts, but they were originally continuous. The solid curve is the analog voice, and the first thing to do when digitizing it is the “vertical slice” = “sample” image.

Next is the quantification work. Even if the cut is a cut, it is quantified to “cross” the kitchen knife on its side. Then the radish will be divided into small squares. Did you imagine that the finer the square, the closer it is to the original analog signal?

The CD format is the rule of how fine the radish is cut (analog signal). “The sampling frequency is 44.1 kHz and the number of quantization bits is 16 bits” means that the first sampling is done at a rate of 44,100 times per second, and then the level is read with an accuracy of 16 bits (2 to power step 16). . Sampling is also called sampling, but in the first place, sampling is the norm, and without sampling, the work of quantification cannot be done.

■ PCM conversion flow

Let’s summarize how analog music signals are digitized in PCM and burned to CD. PCM is an abbreviation for pulse code modulation. In Japanese, it translates to pulse code modulation method.

The music signal is originally a continuous analog signal. A continuous waveform that ripples like a wave won’t fit in the hole of a CD as is, so test it out first. What part of the rippling wave should be used as a sample? Of course, it is necessary to have regular intervals, and in the case of CD, it is decided to sample at 44.1 kHz. kHz is a unit of frequency and is the number of repetitions per second. We’re going to sample at a tremendous rate of 44,100 times per second. The job of sampling is sampling, and it does not mean that the waves are crushed separately.

After sampling in the direction of the time axis in this way, the next step is how to read the discrete data (points) with what precision. This is the quantification. It’s not used often, but in English it’s called quantizing. Since the vertical axis of the graph is the signal level, that is, the magnitude, the precision point is how many steps to read to the highest point of the wave. The unit is the number of bits.

Detailed explanation of bit rates for video and music files

Detailed explanation of bit rates for video and music files

CBR (Constant Bit Rate)

Bitrate is an unavoidable experience in video editing and music production.

VBR

The word bit rate sounds a bit complicated, but of course, video and audio files. It is also often found in various situations, such as mobile phones and internet lines.

What is the bit rate? It’s surprisingly useful to remember it sensually, so remember it.

I think the person who visited this page is a beginner asking “What is bitrate?” , So I would like to explain it in the easiest and simplest way possible.

Bit rate basics
To briefly explain the bit rate, it refers to the amount of data per second for communication, such as video files, music files, and the Internet.

The so-called reproduction and communication are data streams. This stream uses a unit called bps (bit per second) to indicate how many bits flow in one second (per second).

I think it is easy to understand if you can imagine the road that a car passes by. The car is the data and the data stream is the road.

Taking into account that a road with many cars carries many people and luggage, it can be said that a lot of data (information) flows. This is called high bit rate.

On the contrary, if there are few cars in motion, it can be said that little data (information) flows. This is called a low bit rate.

A state in which the amount of data is large and the bit rate of the stream is high

A state in which the amount of data is small and the bit rate is low

Should the bit rate be high?
A high bit rate means a large amount of information. If there is a lot of information, it sounds great, like high image quality for videos and high sound quality for music, but it has a big disadvantage.

The disadvantage of a high bit rate is that it increases the data capacity of a single file. If the data capacity is too large, it can take time to send data to someone or move data between hard drives, making it difficult to manage.

Therefore, the codec was developed to reduce data capacity while maintaining high image quality and high sound quality. I’ll talk about codecs another time, but you need to set the bitrate keeping in mind the balance between image quality, sound quality, and file capacity so that the data capacity is easy to handle.

How to check the bit rate
You can check the bit rate by looking at the detailed information of video files and music files on both Windows and Mac.

How to check bitrate in Windows 10
Click Properties in the context menu of the video or audio file for which you want to check the bit rate.