HEVC is a high-efficiency video coding format and a new video compression standard used to replace the H.264/AVC coding standard; HEVC’s main features include tree structure prediction and residual block segmentation , extended prediction block size, variable size block transform, integer inverse transform, multi-frame motion compensation prediction, etc.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
HEVC is the abbreviation of High Efficiency Video Coding. It is a new video compression standard used to replace the H.264/AVC coding standard. On January 26, 2013, HEVC officially became an international standard.
In 2004, the ITU-T Video Coding Experts Group (VCEG) began researching new technologies to create a new video compression standard. In October of the same year, the H.264/AVC group investigated various potential technologies. At the VCEG meeting in January 2005, VCEG began to designate certain topics as "key technologies" for further research. A software code base called Key Technical Areas (KTA) was established in 2005 to evaluate these new "key technologies."
Video compression is already one of the essential home entertainment in our lives. Without it, we would live in a world with only dozens of TV channels around the world. Right now That's simply unimaginable. Digital technology first appeared in the UK. At that time, people already had television sets. Through the continuous evolution of digital technology, terrestrial TV channels quickly developed from 5 to more than 30, which greatly enriched people's daily life entertainment.
HEVC main features
HEVC draft design, including various coding technologies:
Tree-structured prediction and residual block segmentation
Extended prediction block size (up to 64×64)
Variable size block transform (from 4x4 to 32x32 discrete cosine transform, and 4x4 discrete sine transform)
Inverse integer transform
Intra prediction and prediction types based on up to 33 directions
Based on mode-dependent sine/cosine transform
Adaptive motion vector prediction selection mechanism (AMVP)
Merge mode and Skip mode based on Merge mode
Motion vector prediction based on space and time
Multi-frame motion compensation prediction
High-precision motion compensation interpolation (brightness 8tap, chroma 4tap)
Deblocking filter
Sampling Adaptive Filter (SAO)
Context Adaptive Binary Arithmetic Coding (CABAC)
Recommendation: "programming video"
The above is the detailed content of What is the format of hevc?. For more information, please follow other related articles on the PHP Chinese website!