What is H.266?
H.266, also called Versatile Video Coding or VVC, is a video compression standard approved by the ITU-T on 29 August 2020. It targets improved efficiency across conventional, HDR, 360-degree, and high-resolution video.
How H.266 works
VVC is a newer hybrid video codec designed to cover material ranging from ordinary camera video to immersive and very high-resolution presentations. It expands partitioning, prediction, transform, filtering, and adaptation options beyond HEVC, giving encoders a much larger search space. The same flexibility can raise implementation cost and delay broad hardware availability. A media workflow must therefore evaluate VVC as an end-to-end chain spanning encoding, packaging, decoding, analytics, and fallback delivery.
Key facts
- 1H.266 and VVC name the same jointly developed standard, also published as MPEG-I Part 3; a container or manifest must still signal the codec configuration for a decoder to initialize.
- 2Its tool set was designed for varied content types, including conventional video, screen content, high dynamic range, and immersive formats, rather than only increasing raster resolution.
- 3Practical adoption depends on decoder distribution and patent licensing as well as compression performance; producing a valid VVC stream does not make it playable in existing web clients.
When H.266 matters
Developers evaluate H.266 when lower delivery bitrates could justify greater encoding complexity. Adoption also depends on available decoders, device support, licensing, and processing cost.
Common use cases for video
These examples cover video broadly, not specifically H.266.
- Preparing uploaded video for web, mobile, connected-TV, social, or editorial playback.
- Creating clips, thumbnails, captions, alternate aspect ratios, and adaptive renditions.
- Normalizing camera, screen-recording, and user-generated files into predictable outputs.
Working with video
This guidance covers video broadly, not just H.266.
A demuxer separates tracks from the container, decoders turn compressed streams into frames or samples, and filters apply spatial or temporal changes. Encoders compress the transformed tracks before a muxer writes the chosen output container.
Video compatibility is the product of codec, container, profile, level, frame rate, color, audio, and subtitles. Validate the complete output on target devices because a playable file on one decoder may fail or look different on another.
What you gain
- Standardized derivatives make diverse source files playable on target devices.
- A retained master can feed many resolutions, aspect ratios, codecs, and channels.
- Automated inspection and transformation make large upload volumes consistent.
What it costs
- More efficient codecs can lower bitrate at similar quality but usually cost more compute and may have narrower support.
- Higher resolutions and frame rates preserve more detail and motion while increasing processing and delivery requirements.
- Fast encoding settings improve throughput but can produce larger files or lower quality than slower analysis.
Before production
- 1Inspect codec, container, dimensions, frame rate, color, audio, and subtitle tracks.
- 2Test visual quality and playback support across the slowest and oldest target devices.
- 3Preserve a suitable master before applying lossy, destructive, or delivery-specific changes.