Concept · Codecs

HEVC / H.265 Explained

HEVC (H.265) is the successor to H.264 that the industry actually shipped: about half the bitrate at the same quality, hardware decode everywhere, and a licensing structure that still trips people up. Here is the honest full picture.

HEVCH.265Codecs

What HEVC actually is

HEVC (High Efficiency Video Coding, H.265, 2013) is the ITU/MPEG successor to H.264. It uses bigger coding units (up to 64×64), more intra-prediction modes (35 vs 9), improved motion compensation and better transforms — the result is roughly 50% bitrate savings at similar quality.

Why it matters in 2026

H.264HEVC (H.265)
Bitrate at equal qualityBaseline~50% lower
Block structure16×16 macroblocksUp to 64×64 CTUs, recursive partitioning
Intra prediction modes935
Hardware decodeUniversalMost 4K-capable devices since ~2015
4K/8KStrugglesDesigned for it
LicensingLicensedLicensed — multiple pools (see below)

The patent situation, honestly

HEVC patents are held by many companies and administered through multiple pools (MPEG LA, Access Advance, Velos Media) plus some non-pool holders. For content distributors, most licenses are covered by platform agreements; for software/hardware products you must assess obligations directly.

This complexity is exactly why AV1 (royalty-free) exists — and why HEVC still dominates Apple ecosystems and premium streaming despite it.

When HEVC is the right choice

Note: Our encoding API outputs HEVC with per-platform profiles (main, main10, HDR10 metadata) from the same master used for H.264/AV1.
  • Apple devices: Safari, tvOS, iOS all favor HEVC
  • 4K streaming where AV1 decode support lags
  • Storage-constrained archives at high quality
  • Broadcast contribution and 4K delivery chains

FAQ

Common questions

Is H.265 the same as HEVC?

Yes — H.265 and HEVC are two names for the same standard (ITU-T H.265 = ISO/IEC 23008-2 HEVC).

Do I need to pay to use HEVC?

Encoding and distributing HEVC content is generally licensed via platform agreements for delivery. Building products with HEVC codecs involves pool licenses — assess per your business.

HEVC or AV1?

Apple-heavy audiences → HEVC. Broad cross-platform efficiency → AV1. Compatibility baseline → H.264. Most mature pipelines encode all three from one master.