
What is video encoding? Part 3

MP 3

MP3 (MPEG-1 Audio Layer-3) is a standard technology and format for compressing an audio stream into a very small file (reduced by approximately 20 times the size of the original file) while maintaining the same level of quality as the file original audio. . MP 3 technology uses psychoacoustic modeling to reduce the size of the audio file and maintain a high level of sound quality.
MPEG
MPEG stands for Motion Picture Expert Group and MPEG stands for the generic name for video formats. A group of experts defines standards for digital video such as MPEG -1 (used in Video CD), MPEG -2 (used in DVD and SVCD), MPEG -4 (used in DivX video technology), as well as some audio standards, among others that MP 3 and AAC.
MPEG -4
MPEG-4 is a standard developed by the 11th MPEG Working Group of ISO (International Organization for Standardization) in October 1998 (the date of the first draft of the standard). MPEG-4 is the standard for the mature digital age. With its additional features, MPEG-4 offers better compression, interactivity, and versatile wireless data / Internet access.
Multipass encoding – multipass encoding
True multi-pass encoding is currently only available for WM8 and MPEG-2 (SVCD and miniDVD). The multi-pass encoder analyzes the video stream on the first pass and writes everything it finds to log files. Let’s say we have a shortcut that starts with a dialogue scene where we cut something out and the camera remains stationary. Then we move on to karate shots, with a host of rapidly changing scenes and actively developing action (people flying in the air, kicking, punching, etc.).
Usually with a constant bit rate the encoder receives a higher or lower bit rate every second (this can only be called a constant 100% bit rate, but these are details). While in multi-pass variable bit rate mode, the encoder will use the bit rate according to the knowledge of the video stream, that is, the dialogue scene will receive a dedicated bit rate and the fight scene it will be much greater.
The more passes there are, the more perfect the bitrate distribution will be. In a single variable bit rate pass, the encoder must base its decision on where and what bit rate to use solely on knowledge of the composition of its previous encoding.
PCM
Pulse code modulation is the simplest binary representation of digital audio. The audio signal is converted into samples (samples) corresponding to the frequency of the signal. Then each sample (sample) is written in sequence, without using heavy compression techniques.






