Streaming Architecture
H.265 (HEVC)
Last updated: January 02, 2026
H.265, also known as HEVC (High Efficiency Video Coding), is a video compression standard that encodes video at approximately 50% lower bitrate than H.264 at equivalent quality. It is the dominant codec for 4K streaming, live sports, and bandwidth-constrained OTT delivery — with device support and licensing costs being the key tradeoffs versus H.264 and AV1.
50% lower bitrate vs H.264
4K streaming standard
HEVC
Encoder & decoder required
Licensing costs apply
Where it fits in OTT stack
Raw Video
H.265 Encoder
HEVC Stream
CDN Delivery
H.265 Decoder
Device Playback
How it works
- Raw video frames are analysed in larger coding units (up to 64x64 pixels vs H.264's 16x16 macroblocks).
- Advanced inter-frame and intra-frame prediction reduces redundant data more aggressively than H.264.
- The encoder outputs a compressed HEVC bitstream at significantly lower bitrate for equivalent quality.
- The HEVC stream is packaged into HLS or DASH segments and stored on the CDN.
- The player negotiates codec support with the device — serving H.265 to capable devices, H.264 as fallback.
- The device's hardware or software H.265 decoder decompresses the stream for display.
Key components
- H.265 encoder (software: x265, FFmpeg; hardware: GPU-based encoders for live streams)
- Transcoding pipeline producing both H.265 and H.264 renditions for compatibility
- Codec negotiation in the player (detecting HEVC hardware decode support per device)
- HLS/DASH packaging with H.265 renditions alongside H.264 fallback ladders
- CDN delivery — H.265 segments are smaller, reducing egress costs at scale
- Device-side hardware HEVC decoder (present in most modern smart TVs, iOS, Android devices)
Performance impact
- ~40–50% lower bitrate vs H.264 at equivalent visual quality
- Significant CDN cost reduction at scale — smaller segments mean lower egress fees
- Better quality on mobile and constrained networks at the same bitrate
- 4K streaming becomes viable on lower-bandwidth connections
- Higher encoding compute cost — H.265 transcoding is ~5–10x more CPU-intensive than H.264
Common issues
- Device compatibility gaps — older smart TVs and some Android devices lack hardware HEVC decode
- Higher transcoding costs — more compute required to encode H.265 vs H.264
- Patent licensing complexity — HEVC Advance, MPEG LA, and Velos Media all hold relevant patents
- Longer encode times for live streams require hardware encoder acceleration (GPU/ASIC)
- Player codec negotiation bugs can serve H.265 to devices without proper decode support, causing playback failures
When this is the right choice
- 4K UHD content delivery where bitrate efficiency is critical
- Mobile-first markets where bandwidth is constrained and data costs are high
- Live sports streaming where high quality at lower bitrate improves viewer QoE
- Platforms scaling CDN costs and needing per-stream bandwidth reduction
- Any pipeline targeting modern smart TVs, iOS 11+, Android 5.0+, and recent streaming sticks
Signals to consider
- CDN delivery costs growing faster than subscriber base
- Mobile viewers reporting quality issues or rebuffering at high resolutions
- 4K content requirement from subscribers or content partners
- Transcoding pipeline refresh or migration underway
- Competitors delivering equivalent quality at lower bitrate
Real-world example
Reducing CDN costs with H.265 transcoding for a 4K sports platform
A sports OTT platform streaming live cricket and football in 4K is facing rapidly growing CDN delivery costs as its subscriber base scales. The platform currently delivers all content in H.264.
Challenge
- 4K H.264 streams require 15–20 Mbps per viewer, driving CDN costs up sharply at scale.
- Mobile viewers on constrained networks experience rebuffering at high quality tiers.
- Competitors are offering 4K at lower subscription prices, suggesting better delivery efficiency.
- Transcoding pipeline needs updating to support modern codec options.
Action taken
- Added H.265 transcoding renditions for 4K and 1080p tiers alongside existing H.264 outputs.
- Implemented codec negotiation in the player — H.265 served to supported devices, H.264 as fallback.
- Reduced 4K bitrate ladders from 15 Mbps to 7–8 Mbps using H.265 at equivalent quality.
- Monitored QoE metrics (startup time, rebuffering, bitrate achieved) across codec groups.
- Maintained H.264 renditions for older smart TVs and devices without HEVC hardware decode support.
Outcome
CDN delivery costs for 4K content reduced by 38% within 90 days. Mobile rebuffering rates dropped by 29% for viewers on H.265-capable devices. The platform maintained full compatibility with older devices via H.264 fallback with no viewer-facing disruption.
FAQs
What is H.265 and what does it do?
H.265 (also called HEVC — High Efficiency Video Coding) is a video compression codec that compresses video files and streams more efficiently than H.264. It delivers the same visual quality at roughly half the bitrate, reducing bandwidth consumption and CDN delivery costs for OTT platforms.
Is HEVC the same as H.265?
Yes. HEVC (High Efficiency Video Coding) and H.265 are the same standard — HEVC is the formal name given by the standards bodies (ISO/IEC and ITU-T), while H.265 is the ITU-T designation. They are used interchangeably.
What is the difference between H.264 and H.265?
H.265 achieves approximately 40–50% better compression than H.264 at the same visual quality. This means lower bitrate requirements, lower CDN costs, and better quality on constrained networks — at the cost of higher encoding complexity and broader but not universal device support.
What is an H.265 encoder?
An H.265 encoder is the software or hardware component that compresses raw video into the H.265/HEVC format during transcoding. OTT platforms use H.265 encoders in their transcoding pipeline to produce HEVC renditions for delivery alongside H.264 fallback versions.
Should OTT platforms use H.265 or AV1?
H.265 offers better device support today, especially on smart TVs and hardware decode chipsets. AV1 is royalty-free and achieves similar or better compression but requires more encoding compute and has narrower (though growing) hardware decode support. Most platforms run H.265 for current 4K delivery and evaluate AV1 for future pipeline upgrades.