HEVC_Overview_rev12.ppt
Sign up for access to the world's latest research
Abstract
Detailed tutorial presentation on HEVC
Related papers
—High Efficiency Video Coding (HEVC) is currently being prepared as the newest video coding standard of the ITU-T Video Coding Experts Group and the ISO/IEC Moving Picture Experts Group. The main goal of the HEVC standardization effort is to enable significantly improved compression performance relative to existing standards—in the range of 50% bit-rate reduction for equal perceptual video quality. This paper provides an overview of the technical features and characteristics of the HEVC standard. Index Terms—Advanced video coding (AVC), H.264, High Efficiency Video Coding (HEVC), Joint Collaborative Team on Video Coding (JCT-VC), Moving Picture Experts Group (MPEG), MPEG-4, standards, Video Coding Experts Group (VCEG), video compression.
Advances in Intelligent Systems and Computing, 2015
In this paper, the implementation method for encoding the high resolution videos using high efficiency video coding (HEVC) standard is introduced with a new approach. The HEVC standard, successor to the H.264/AVC standard, is more efficient than the H.264/AVC standard in the encoding high resolution videos. HEVC has been designed to focus on increasing video resolution and increasing the use of parallel processing architectures. Therefor, this approach merging all traditional configuration files used in the encoding process into only one configuration file without removing any parameters used in the traditional methods. Improvements are shown using the proposed approach in terms of encoding time as opposed to the traditional methods by reducing the access time by half which resulting from reducing the data exchange between the configuration files used in this process and without changing the rate-distortion (RD) performance or compression ratio.
IEEE Transactions on Consumer Electronics, 2022
Versatile Video Coding (VVC/H.266) is an emerging successor to the widespread High Efficiency Video Coding (HEVC/H.265) and is shown to double the coding efficiency for the same subjective visual quality. Nevertheless, VVC still adopts the similar hybrid video coding scheme as HEVC and thereby sets the scene for reusing many HEVC coding tools and techniques as is or with minor modifications. This paper explores the feasibility of developing a practical software VVC intra encoder from our open-source Kvazaar HEVC encoder. The outcome of this work is called uvg266 VVC intra encoder that is distributed under the same permissive 3-clause BSD license as Kvazaar. uvg266 inherits the optimized coding flow of Kvazaar and all upgradable Kvazaar intra coding tools, but it also introduces basic VVC intra coding tools not available in HEVC. To the best of our knowledge, this is the first work to describe the implementation details of upgrading an HEVC encoder to a VVC encoder. The rapid development time with promising coding performance make our proposal a viable approach over the encoder development from scratch. Index Terms-Code reuse, encoder implementation, high efficiency video coding (HEVC), versatile video coding (VVC), video codec.
—Advances in video compression technology have been driven by ever increasing processing power available in software and hardware. The emerging HEVC video coding standard aims to provide a doubling in coding efficiency with respect to the H.264/AVC High Profile, delivering the same video quality at half the bit rate. In this paper complexity-related aspects that were considered in the standardization process are described. Furthermore profiling of reference software and optimized software gives an indication of where HEVC may be more complex than its predecessors and where it may be simpler. Overall the complexity of HEVC decoders does not appear to be significantly different from that of H.264/AVC decoders, making HEVC decoding in software very practical on current hardware. HEVC encoders are expected to be several times more complex than H.264/AVC encoders, and a subject of research in years to come.
IEEE Transactions on Circuits and Systems for Video Technology, 2000
This paper provides an overview of the intra coding techniques in the High Efficiency Video Coding (HEVC) standard being developed by the Joint Collaborative Team on Video Coding (JCT-VC). The intra coding framework of HEVC follows that of traditional hybrid codecs and is built on spatial sample prediction followed by transform coding and postprocessing steps. Novel features contributing to the increased compression efficiency include a quadtree-based variable block size coding structure, block-size agnostic angular and planar prediction, adaptive pre-and postfiltering, and prediction direction-based transform coefficient scanning. This paper discusses the design principles applied during the development of the new intra coding methods and analyzes the compression performance of the individual tools. Computational complexity of the introduced intra prediction algorithms is analyzed both by deriving operational cycle counts and benchmarking an optimized implementation. Using objective metrics, the bitrate reduction provided by the HEVC intra coding over the H.264/advanced video coding reference is reported to be 22% on average and up to 36%. Significant subjective picture quality improvements are also reported when comparing the resulting pictures at fixed bitrate.
The striking feature of High Efficiency Video Coding (HEVC) Standard is emphasized by 50% bit-rate reduction compared to its predecessor H.264/AVC while keeping the same perceptual image quality. The time complexity- a congenital issue of HEVC has also increased to intensify the compression ratio. However, it is really a demanding task for the researchers to reduce the encoding time while preserving expected quality of the video sequences. Our contribution is to trim down the computational time by efficient selection of appropriate block-partitioning modes in HEVC using motion features based on phase correlation. In this paper, we use phase correlation between current and reference blocks to extract three motion features and combine them to determine binary motion pattern of the current block. The motion pattern is then matched against a codebook of predefined pattern templates to determine a subset of the inter-modes. Only the selected modes are exhaustively motion estimated and compensated for a coding unit. The experimental outcomes demonstrate that the average computational time can be down scaled by 30% of the HEVC while providing improved rate-distortion performance.
Alessandro Neri, 2013
High Efficiency Video Coding (HEVC) is currently being prepared as the newest video coding standard of the ITU-T Video Coding Experts Group and the ISO/IEC Moving Picture Experts Group. The main goal of the HEVC standardization effort is to enable significantly improved compression performance relative to existing standards-in the range of 50% bit-rate reduction for equal perceptual video quality. This paper provides an overview of the technical features and characteristics of the HEVC standard.
2016
HEVC video coding standard uses a structure of flexible Coding Unit (CU) quad tree. This flexibility increases the coding efficiency and allows the standard to achieve better rate-distortion performance compared to its prior H.264/MPEG-4 AVC. The improvement of coding efficiency came at the cost of high encoding complexity. This paper presents a fast algorithm to reduce the encoding complexity by an early termination decision with reference frame selection. Experimental results for seven standard video sequences show that the proposed algorithm can save up to 53.79% of the encoding time compared to the original HM14. Different video sequences with different frame rates, quantization parameters and resolutions were used in the experiments. The paper also presented the effect of changing resolutions, frame rates and bit rates on compression efficiency for both HM and the proposed algorithm. In comparison with the original software, the proposed algorithm presents significant improveme...