paper-with-me

Papers

OpenVVC: a Lightweight Software Decoder for the Versatile Video Coding Standard

2022-05-24 · Thomas Amestoy, Pierre-loup Cabarat, Guillaume Gautier, Wassim Hamidouche, Daniel Menard

In the recent years, users requirements for higher resolution, coupled with the apparition of new multimedia applications, have created the need for a new video coding standard. The new generation video coding standard, called Versatile Video Coding (VVC), has been developed by the Joint Video Experts Team, and offers coding capability beyond the previous generation High Efficiency Video Coding (HEVC) standard. Due to the incorporation of more advanced and complex tools, the decoding complexity of VVC standard compared to HEVC has approximately doubled. This complexity increase raises new research challenges to achieve live software decoding. In this context, we developed OpenVVC, an open-source software decoder that supports a broad range of VVC functionalities. This paper presents the OpenVVC software architecture, its parallelism strategy as well as a detailed set of experimental results. By combining extensive data level parallelism with frame level parallelism, OpenVVC achieves real-time decoding of UHD video content. Moreover, the memory required by OpenVVC is remarkably low, which presents a great advantage for its integration on embedded platforms with low memory resources. The code of the OpenVVC decoder is publicly available at https://github.com/OpenVVC/OpenVVC

📄 PDF Abstract BibTeX arXiv:2205.12217

Code (1)

OpenVVC/OpenVVC 공식 구현

Tasks

Decoder

Similar Papers 제목 키워드 기반

Performance Analysis of Optimized Versatile Video Coding Software Decoders on Embedded Platforms

2022-06-30 · Anup Saha, Wassim Hamidouche, Miguel Chavarrías, Guillaume Gautier 외

In recent years, the global demand for high-resolution videos and the emergence of new multimedia applications have created the need for a new video coding standard. Hence, in July 2020 the Versatile Video Coding (VVC) s…

Lightweight Hardware Transform Design for the Versatile Video Coding 4K ASIC Decoders

2021-07-24 · Ibrahim Farhat, Wassim Hamidouche, Adrien Grill, Daniel Ménard 외

Versatile Video Coding (VVC) is the next generation video coding standard finalized in July 2020. VVC introduces new coding tools enhancing the coding efficiency compared to its predecessor High Efficiency Video Coding (…

4kDecoder

Decoding Energy Modeling For Versatile Video Coding

2022-09-21 · Matthias Kränzler, Christian Herglotz, André Kaup

In previous research, it was shown that the software decoding energy demand of High Efficiency Video Coding (HEVC) can be reduced by 15$\%$ by using a decoding-energy-rate-distortion optimization algorithm. To achieve th…

Decoder

A Comparative Analysis of the Time and Energy Demand of Versatile Video Coding and High Efficiency Video Coding Reference Decoders

2022-09-21 · Matthias Kränzler, Christian Herglotz, André Kaup

This paper investigates the decoding energy and decoding time demand of VTM-7.0 in relation to HM-16.20. We present the first detailed comparison of two video codecs in terms of software decoder energy consumption. The e…

Decoder

An Optimized H.266/VVC Software Decoder On Mobile Platform

2021-03-05 · Yiming Li, Shan Liu, Yu Chen, Yushan Zheng 외

As the successor of H.265/HEVC, the new versatile video coding standard (H.266/VVC) can provide up to 50% bitrate saving with the same subjective quality, at the cost of increased decoding complexity. To accelerate the a…

4kDecoder