Skip to main content
ExplainerVideo CodecsExplainer· 6 min read· in Shopping & Reviews

The 50% Storage Reduction: How H.265 (HEVC) Halves Video File Size Compared to H.264 at the Same Quality, and the Processing Power Trade-off

High Efficiency Video Coding (H.265) cuts video file sizes in half compared to its predecessor, H.264, by using larger, more flexible data blocks. However, this bandwidth savings comes at a direct cost to processing power, requiring significantly more compute to encode and decode the footage.

By Juliette Monroe

Bandwidth Optimizers 35%Hardware Constrained Users 30%Standards Developers 25%Analytical Synthesis 10%
Bandwidth Optimizers
Broadcasters and streaming platforms that prioritize reducing file size to lower transmission costs.
Hardware Constrained Users
Consumers and independent creators who prioritize faster encoding times and playback compatibility on older devices.
Standards Developers
The engineering bodies focused on pushing the mathematical limits of compression efficiency for future resolutions.
Analytical Synthesis
The editorial evaluation of the trade-offs between storage efficiency and computational cost.

Perspectives this story doesn't cover

  • Patent pool administrators who manage the licensing fees required to implement H.265 in commercial hardware.
  • Open-source developers advocating for royalty-free alternatives like AV1.

Key terms

Codec
A portmanteau of coder-decoder; a software or hardware tool that compresses video for storage and decompresses it for playback.
Bitrate
The amount of data processed per second in a video file, typically measured in megabits per second (Mbps).
Macroblock
The fixed-size pixel grid (up to 16x16) used by the older H.264 standard to process and compress video frames.
Coding Tree Unit (CTU)
The dynamically sized pixel grid (up to 64x64) used by H.265 to process video, allowing for more efficient compression of uniform areas.
Hardware Acceleration
The use of dedicated physical circuits on a computer chip designed specifically to encode or decode video, bypassing the main CPU.

Key points

  • H.265 (HEVC) delivers the same visual quality as H.264 while reducing file sizes and bandwidth requirements by up to 50 percent.
  • The efficiency comes from replacing fixed 16x16 macroblocks with dynamic Coding Tree Units that can scale up to 64x64 pixels.
  • Processing these larger, flexible blocks requires significantly more mathematical computation, increasing encoding times on older hardware.
  • Modern smartphones and televisions use dedicated hardware acceleration to decode H.265 without draining batteries or stalling CPUs.
  • The codec is essential for 4K security cameras, allowing them to store twice as much continuous footage on the same local hard drive.

Broadcasters and smartphone manufacturers view the shift to H.265 (HEVC) as a necessary evolution to keep 4K streaming viable, as the codec delivers the exact same visual fidelity at half the file size—dropping a 100 Mbps stream down to 50 Mbps. Independent creators and consumers with older hardware, however, often see the newer codec as a computational bottleneck that can double export times and stutter during playback. The reality is a direct exchange of bandwidth for compute. H.265 solves a massive storage problem, saving roughly 22.5 gigabytes per hour of 4K footage, but it does so by offloading the mathematical burden directly onto the device's processor.[5]

The core of the issue lies in how digital video is constructed. Uncompressed video is impossibly large; a single second of uncompressed 4K footage at 60 frames per second can exceed a gigabyte. To make video transmission possible, codecs (coder-decoders) use mathematical algorithms to discard redundant visual data that the human eye cannot easily perceive.[4]

H.264, also known as Advanced Video Coding (AVC), served as the undisputed standard for this process. Finalized in 2003, H.264 powered the transition to high-definition video, dominating Blu-ray discs, streaming platforms, and early smartphone recording. It achieved this by breaking each frame into a grid of "macroblocks."[4][5]

These macroblocks were fixed in size, maxing out at 16x16 pixels. The encoder would analyze each block, compare it to the previous frame, and only record the pixels that had changed. For 1080p video (1920x1080), which contains roughly 2 million pixels per frame, this 16x16 grid was highly efficient.[4]

H.265 replaces fixed macroblocks with dynamically sized Coding Tree Units to process uniform areas more efficiently.

The limitation of H.264 emerged as the industry pushed toward 4K resolution (3840x2160). A 4K frame contains over 8.2 million pixels. Forcing an encoder to process that massive canvas in tiny 16x16 chunks became highly inefficient. Even when a large portion of the frame was identical—such as a static background or a clear sky—the H.264 encoder still had to process thousands of individual macroblocks.[4]

H.265, or High Efficiency Video Coding (HEVC), was published as a standard in 2013 by the ITU-T and ISO/IEC, designed specifically to handle 4K and 8K resolutions. The fundamental architectural change was the abandonment of the fixed macroblock in favor of Coding Tree Units (CTUs).[1][5]

A CTU is vastly more flexible than a macroblock. It can be as small as 4x4 pixels or as large as 64x64 pixels. When an H.265 encoder analyzes a frame, it dynamically sizes the CTUs based on the complexity of the image. A highly detailed area, like a person's face, might be broken down into 4x4 blocks, while a flat, featureless wall can be processed as a single 64x64 block.[1][5]

By using a single 64x64 block instead of sixteen separate 16x16 blocks, the codec throws away vastly more redundant data without degrading the image. The storage savings are massive. According to the ITU-T specification, H.265 achieves a 50 percent bit-rate reduction compared to H.264 at the same visual quality.[1]

By using a single 64x64 block instead of sixteen separate 16x16 blocks, the codec throws away vastly more redundant data without degrading the image.

In practical terms, the numbers are stark. A standard 4K video captured at 30 frames per second requires a target bitrate of approximately 100 Mbps using older H.264 profiles. That translates to 45 gigabytes of storage consumed per hour of footage. Under H.265, that same footage requires only 50 Mbps, dropping the storage footprint to 22.5 gigabytes per hour.[5]

At equivalent visual quality, H.265 halves the storage footprint of 4K video compared to older H.264 profiles.

However, this efficiency is not free. Determining the optimal block size for every frame requires significantly more mathematical analysis. The encoder must evaluate whether a 64x64 block, a 32x32 block, or a combination of smaller blocks yields the best compression for a specific area, and it must do this for every frame, up to 60 times a second.[1][5]

This is where the processing penalty originates. Studies published in MDPI demonstrate that the coding efficiency of HEVC is highly dependent on the video's motion content. High-motion scenes force the encoder to work harder, breaking CTUs down into smaller prediction units to track movement across frames.[2]

The complexity means H.265 encoding can take substantially longer than H.264 on systems lacking dedicated hardware acceleration. For video editors exporting a project on an older laptop, switching the export setting from H.264 to H.265 can easily double the rendering time, tying up the machine's CPU for hours to save a few gigabytes of disk space.[2][4]

For consumers buying smart home products, particularly security cameras and video doorbells, this trade-off dictates hardware capabilities. A 4K security camera recording 24/7 in H.264 would fill a 1-terabyte local hard drive in less than a week. Switching to H.265 doubles that retention time, allowing the drive to hold nearly two weeks of footage.[6]

To achieve that, the camera itself must contain a more powerful image signal processor. It has to compress the 4K footage on the fly, in real-time, without overheating in a small, weather-sealed enclosure. This requirement initially kept H.265 out of budget smart home devices, though modern silicon has largely closed the gap.[6]

Smart home cameras rely on H.265 to maximize the retention time of 24/7 local recording drives.

The playback side faces the exact same hurdle. Decoding H.265 requires more compute than decoding H.264. While modern smartphones, tablets, and televisions include dedicated silicon to decode HEVC natively—meaning the chip has a physical pathway designed specifically for the math—older devices rely on software decoding.[4]

Software decoding forces the device's general-purpose CPU to do the math, which spikes processor usage, generates heat, and drains batteries rapidly. This is why a five-year-old laptop might play a 4K video flawlessly in H.264 but stutter and freeze when trying to play an H.265 file straight from a modern drone or action camera.[4]

The broadcasting and streaming industry has largely accepted the compute penalty because bandwidth is their primary recurring cost. ResearchGate data comparing the two standards in broadcasting environments confirms that the bandwidth savings easily justify the upfront investment in high-end encoding servers.[3]

For a platform serving millions of concurrent streams, halving the bitrate is a financial necessity. Delivering a 4K stream in H.264 requires a sustained 25 to 35 Mbps connection, which exceeds the reliable capacity of many household internet connections. By dropping that requirement to 15 Mbps with H.265, streaming services can deliver 4K to a vastly larger audience without buffering.[3][5]

The decision for consumers rests on the age of their hardware and their specific storage constraints. If a device features a modern processor capable of hardware-accelerated HEVC encoding, the 50 percent storage reduction is effectively free. If it relies on older silicon, the user must weigh the saved gigabytes against the extra time and heat required to process them.[6]

Frequently asked

Does H.265 reduce video quality compared to H.264?

No. When configured correctly, H.265 delivers the exact same visual quality as H.264 while using only half the data. The compression is achieved through smarter mathematical prediction, not by degrading the image.

Why does my computer struggle to play H.265 files?

H.265 requires significantly more processing power to decode. If your computer's processor does not have a dedicated hardware decoder for HEVC, it must use software decoding, which can overwhelm older CPUs and cause stuttering.

Should I record in H.264 or H.265 on my phone?

If you are recording in 4K and plan to keep the videos on your phone or upload them to modern social platforms, H.265 will save massive amounts of storage. Use H.264 only if you need to transfer the files to an older device for editing.

Is H.265 the newest video codec available?

No. While H.265 is currently the mainstream standard for 4K, newer codecs like AV1 and H.266 (VVC) have been developed to offer even greater compression, though they require even more processing power and are still gaining hardware support.

Why this matters

The video codec your devices use dictates how quickly your phone runs out of storage, how much your security camera can record, and whether your laptop stutters when playing 4K files. Understanding the trade-off between H.264 and H.265 helps you make informed decisions when buying hardware or configuring export settings.

Sources

Source coverage

6 outlets

4 viewpoints surfaced

Bandwidth Optimizers 35%Hardware Constrained Users 30%Standards Developers 25%Analytical Synthesis 10%
  1. [1]ITU-TStandards Developers

    Recommendation ITU-T H.265 (V10) (07/2024) - High efficiency video coding

    Read on ITU-T
  2. [2]MDPIStandards Developers

    Impact of Video Motion Content on HEVC Coding Efficiency

    Read on MDPI
  3. [3]ResearchGateBandwidth Optimizers

    Performance comparison of HEVC and H.264/AVC standards in broadcasting environments

    Read on ResearchGate
  4. [4]Tom's HardwareHardware Constrained Users

    What Are HEVC and AVC? H.265 and H.264 Video Codecs Explained

    Read on Tom's Hardware
  5. [5]WikipediaBandwidth Optimizers

    High Efficiency Video Coding

    Read on Wikipedia
  6. [6]Factlen Editorial TeamAnalytical Synthesis

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get Shopping & Reviews stories with full source coverage and perspective breakdowns delivered to your inbox.