Scalable Video Coding
Scalable Video Coding (SVC) is a video compression standard developed jointly by the ITU-T and the ISO/IEC. The two organizations formed the Joint Video Team (JVT) to create the H.264/MPEG-4 AVC standard (ITU-T Rec. H.264 | ISO/IEC 14496-10 AVC). SVC aims to provide adaptable or scalable content, allowing a single encoded video stream to be decoded at various bitrates, resolutions, and quality levels, thus catering to diverse devices and network conditions.
History
In October 2003, the Moving Picture Experts Group (MPEG) issued a Call for Proposals on SVC Technology. Fourteen proposals were submitted, twelve of which utilized wavelet compression, while the remaining two were extensions of H.264/MPEG-4 AVC. The proposal from the Heinrich-Hertz-Institut (HHI) was selected by MPEG as the foundation for the SVC standardization project.
In January 2005, MPEG and the Video Coding Experts Group (VCEG) agreed to finalize SVC as an amendment to the H.264/MPEG-4 AVC standard.
In November 2008, Google launched Gmail Video Chat, which employed an H.264/SVC codec, marking the first consumer application of the standard. This service was succeeded by Google+ Hangouts in 2012.
In 2011, Google Code highlighted SVC as the successor to the open-source RVC video chat engine, noting its prominence in 2010.
Principles of scalability
Overview
Scalability refers to the ability to represent a video signal at multiple levels of detail within a single encoded bitstream. This enables decoding of a base layer for basic quality and additional enhancement layers for progressively higher quality.
SVC defines three types of scalability:
- Spatial scalability: Supports multiple resolution levels.
- Temporal scalability: Enables varying frame rates.
- Quality scalability: Provides different image quality levels.
Spatial scalability
Spatial scalability allows the reconstruction of video at different resolutions, such as QCIF, CIF, or SD. This is achieved through a pyramidal decomposition into multiple spatial layers.
Temporal scalability
Temporal scalability adjusts the frame rate of the decoded video stream. Various frame rates are supported using a hierarchical structure of video frames.
Quality scalability
Quality scalability, or Signal-to-Noise Ratio (SNR) scalability, improves the signal-to-noise ratio of a layer, reducing quantization distortion between the original and reconstructed images. SVC supports two approaches: Fine Grain Scalability (FGS) and Coarse Grain Scalability (CGS).
Coarse Grain Scalability (CGS)
CGS incorporates quality scalability across spatial resolutions. Each spatial resolution is encoded as a separate layer, refining texture and motion data. For a given resolution, quality scalability is achieved by encoding multiple quality layers with progressively finer quantization steps, starting from a base layer with minimal quality.
Fine Grain Scalability (FGS)
FGS enables progressive refinement of transformed coefficients within a single spatial layer. The base quality layer is encoded using the AVC standard with an initial quantization parameter (QP) ensuring minimal acceptable quality. Subsequent refinement layers reduce the QP by six, halving the quantization step. The refinement data stream can be truncated at any point, allowing fine-grained quality scalability.
References
Bibliography
- Mrak, Marta; Grgic, Mislav; Grgic, Sonja (June 16, 2002). Scalable video coding in network applications (PDF). VIPromCom-2002. Zadar, Croatia: Faculty of Electrical Engineering and Computing, University of Zagreb. Retrieved October 8, 2023.
- Ohm, Jens-Rainer (January 1, 2015). "Advances in Scalable Video Coding" (PDF). Proceedings of the IEEE. 93 (1). New York: IEEE. ISSN 1558-2256. Archived from the original (PDF) on May 5, 2005. Retrieved October 8, 2023.
- Schwarz, Heiko; Marpe, Detlev; Wiegand, Thomas (2007). "Overview of the Scalable Video Coding Extension of the H.264/AVC Standard" (PDF). IEEE Transactions on Circuits and Systems for Video Technology. 17 (9). New York: Institute of Electrical and Electronics Engineers: 1103–1120. doi:10.1109/TCSVT.2007.905532. ISSN 1558-2205. Archived from the original (PDF) on July 25, 2011. Retrieved October 8, 2023.
- Wien, Mathias; Schwarz, Heiko; Oelbaum, Tobias (2007). "Performance Analysis of SVC" (PDF). IEEE Transactions on Circuits and Systems for Video Technology. 17 (9). New York: IEEE. ISSN 1558-2205. Archived from the original (PDF) on August 18, 2011. Retrieved October 8, 2023.
- Wenger, Stephan; Wang, Ye-Kui; Schierl, Thomas (2007). "Transport and Signaling of SVC in IP Networks" (PDF). IEEE Transactions on Circuits and Systems for Video Technology. 17 (9). New York: IEEE: 1164–1173. doi:10.1109/TCSVT.2007.905523. ISSN 1558-2205. Archived from the original (PDF) on October 1, 2011. Retrieved October 8, 2023.
- Schierl, Thomas; Stockhammer, Thomas; Wiegand, Thomas (2007). "Mobile Video Transmission Using Scalable Video Coding" (PDF). IEEE Transactions on Circuits and Systems for Video Technology. 17 (9). New York: IEEE: 1204–1217. doi:10.1109/TCSVT.2007.905528. ISSN 1558-2205. Archived from the original (PDF) on August 18, 2011. Retrieved October 8, 2023.
- Schwarz, Heiko; Wien, Mathias (2008). "The Scalable Video Coding Extension of the H.264/AVC Standard" (PDF). IEEE Signal Processing Magazine (135). New York: IEEE. doi:10.1109/MSP.2007.914712. ISSN 1558-0792. Archived from the original (PDF) on October 1, 2011. Retrieved October 8, 2023.
- Wiegand, Thomas; Noblet, Ludovic; Rovati, Fabrizio (February 16, 2009). "Scalable Video Coding for IPTV Services" (PDF). IEEE Transactions on Broadcasting. 55 (2). New York: IEEE: 527–538. doi:10.1109/TBC.2009.2020954. ISSN 1557-9611. Retrieved October 8, 2023.
- Urteaga, Iñigo; Del Ser, Javier; Roesler, Valter; et al. (June 26, 2011). "A Tutorial on H.264/SVC Scalable Video Coding and its Tradeoff between Quality, Coding Efficiency and Performance" (PDF). ResearchGate. Intech. Retrieved October 8, 2023.
See also
- MPEG-5 Part 2 LC EVC
- AV1, comparison with Scalable Video Technology (SVT-AV1)
- VP9, comparison with Scalable Video Technology (SVT-VP9)
- HEVC, comparison with Scalable Video Technology (SVT-HEVC) and Scalability Extensions (SHVC)
- VVC
- Audio compression
- Video compression