CodecPathTechnology explained. Official sources linked.

Guide

AV1 vs H265: Which Video Codec Should You Choose?

Choose AV1 for efficient web delivery and new hardware; choose H.265 for faster encoding, Apple devices, televisions, and established playback support.

CodecPath editors8 min read
AV1HEVCH.264Editing codec
How playback support and workload determine the practical codec choice.

What is the short answer on AV1 vs H265?

Use AV1 when bandwidth or storage cost matters and you control playback hardware. Use H.265, also called HEVC, when compatibility, encoding speed, or playback on older televisions and Apple devices matters more.

That decision rule is more useful than declaring one codec the winner. AV1 generally offers better compression at a given visual quality, but the size difference depends heavily on the encoder, preset, source material, grain, resolution, and bitrate. A slow AV1 software encode can produce a smaller file than HEVC, while a fast hardware AV1 encode may not.

WorkloadBetter defaultWhy
Browser videoAV1Broad modern browser decoding and lower delivery bandwidth
YouTube uploadH.264 or HEVC sourceYouTube transcodes uploads into its own delivery formats
Apple-heavy playbackHEVCMature hardware acceleration across Apple devices
Long-term personal archiveHEVC for compatibility, AV1 for densityThe answer depends on future decoding access
Live encoding on modest hardwareHEVCFaster mature encoders and wider hardware support
Controlled device fleetAV1Compatibility can be verified before deployment

Do not choose from the codec name alone. Test the exact encoder mode and the slowest device that must decode the result.

AV1 vs HEVC: which produces smaller file sizes?

AV1 usually produces the smaller file at comparable visual quality when both codecs receive enough encoding time. Expect the advantage to shrink, disappear, or reverse when comparing unlike presets or fixed-function hardware encoders.

AV1 is the stronger choice for compression efficiency because it has newer prediction, transform, partitioning, and filtering tools. Those tools are expensive to search during video encoding. SVT-AV1, libaom, x265, Intel Quick Sync, NVENC, and Apple VideoToolbox therefore cannot be compared by setting the same preset number and reading the output size.

The honest test uses a target quality rather than an identical bitrate. Encode representative clips, inspect difficult scenes such as smoke, rain, animation gradients, film grain, and camera pans, then compare file size only after visual quality is acceptably close. Grain is especially troublesome because an encoder can obtain impressive savings by smoothing away texture that the viewer wanted to keep.

For delivery at lower bitrates, AV1's compression efficiency can reduce bandwidth without an obvious loss of image quality. For mezzanine files or already generous bitrates, the practical saving may not repay hours of extra CPU time. A smaller file is not free.

HEVC vs AV1: which has better device compatibility?

HEVC has the safer installed base across televisions, phones, media boxes, cameras, and editing applications. AV1 compatibility is now common in modern browsers and recent hardware, but it is not universal enough to assume without checking the actual decoder.

HEVC hardware decoding arrived years earlier and is deeply established in 4K televisions, set-top boxes, game consoles, mobile systems, and GPUs. Apple documents HEVC support beginning with iOS 11 and macOS High Sierra, although editing capability and hardware acceleration still vary by model.

AV1 decoding increasingly appears in recent Intel, AMD, Nvidia, MediaTek Dimensity, Qualcomm, television, and streaming-box silicon. The awkward middle contains otherwise capable devices that can play 4K HEVC in hardware but must decode AV1 on the CPU. That can mean dropped frames, high power consumption, heat, or a forced server transcode.

Check four layers before committing:

  • The codec decoder exists on the device.
  • The decoder supports the required bit depth and chroma format.
  • The container is accepted by the player.
  • The application actually exposes hardware acceleration.

A device advertising AV1 may support 8-bit 4:2:0 playback but reject a 10-bit profile, unusual level, or incompatible container. Codec support is the beginning of the compatibility check, not the end.

Which codec should you use for streaming?

Use AV1 for on-demand streaming when your service can negotiate formats and retain an H.264 or HEVC fallback. Use HEVC for a single-stream deployment aimed at known televisions, Apple hardware, or devices without verified AV1 decoding.

Adaptive streaming platforms can store several renditions and let the client select a compatible stream, though every extra codec ladder adds encoding time, storage, quality-control work, and cache fragmentation. AV1 earns its keep when reduced bandwidth across a large audience exceeds those operational costs.

Latency changes the answer. High-quality software AV1 encoding is computationally demanding, while real-time hardware implementations trade some compression efficiency for speed. HEVC has a longer history of mature low-latency hardware encoders, so it remains the less risky choice for live production where a missed frame is worse than a few additional megabits per second.

Browsers also differ in the containers and media pipelines surrounding a codec. The MDN video codec reference explains practical browser considerations, but a production service should still use capability detection rather than browser-name rules.

For a small private server, choose the codec that direct-plays on every important screen. If one living-room television forces a 4K transcode, the theoretical bandwidth saving has already lost.

Is AV1 or H.265 better for?

Upload a high-quality source that your workflow can create reliably; do not spend days producing AV1 merely because YouTube may deliver AV1 to viewers. YouTube transcodes uploads, so the upload codec is not a command telling the platform which playback codec to serve.

H.264 remains the mundane, dependable upload option. HEVC can make sense when it comes directly from a camera, editor, HDR workflow, or hardware export and avoids another lossy conversion.

AV1 uploads are useful when AV1 is already the master format or when upload bandwidth is the binding constraint. Encoding an existing H.264 or HEVC file into AV1 before upload adds generation loss. It cannot restore detail removed by the first encode.

YouTube decides whether a viewer receives AV1, VP9, or another format according to device support, title demand, resolution, and its own processing rules. Creators do not get a reliable per-video switch.

Which codec is safer for long-term archiving?

Keep camera originals or a high-quality intermediate when the footage is irreplaceable; neither AV1 nor HEVC should be the only preservation copy if further editing is likely. For a compact viewing archive, choose HEVC when broad recovery options matter and AV1 when storage density matters more than legacy playback.

Long-term archiving is not just compression. It includes documented containers, metadata, checksums, redundant copies, decoder availability, and a migration plan. AV1 is royalty-free and openly specified by the Alliance for Open Media, while HEVC carries a more complicated licensing history. The published AV1 bitstream specification improves the odds that future implementations can decode compliant files, but an open standard does not guarantee that tomorrow's television will play today's unusual profile.

Matroska is a practical container for personal archives because it can hold either codec plus multiple audio tracks and subtitles. MP4 may fit commercial devices and editing tools better, particularly for HEVC. Container choice does not change compression efficiency, but it can decide whether a player opens the file.

Use lossless checksums and keep at least two geographically separate copies. A 15 percent saving means little if the only disk fails.

How much hardware do AV1 encoding and playback require?

Software AV1 encoding needs substantially more CPU time than routine HEVC encoding at quality-focused settings, while hardware AV1 encoding can operate in real time on supported GPUs. Playback is light on devices with a suitable decoder and potentially punishing on devices that fall back to software.

For encoding, identify whether the job values throughput or maximum efficiency:

  • Use SVT-AV1 for scalable CPU encoding where AV1 delivery savings justify longer processing.
  • Use libaom when a workflow specifically needs its controls and very slow modes.
  • Use x265 for mature HEVC software encoding with predictable presets.
  • Use NVENC, Intel Quick Sync, AMD VCN, or another fixed-function engine for real-time performance, after checking the exact GPU generation.

Labels such as RTX series are too vague. Some generations decode AV1 but do not encode it; later products may do both. Driver version, operating system, media framework, and application implementation can also block acceleration that the silicon supports.

For playback, 1080p AV1 software decoding may be acceptable on a modern desktop CPU. High-resolution 4K video, 10-bit output, high frame rates, subtitles, and simultaneous processing can expose limited systems quickly. A Plex server that must convert AV1 for an unsupported client may consume far more power than one sending a larger HEVC file directly; the Plex hardware transcoding troubleshooting guide covers that separate failure path.

When should you choose neither AV1 nor HEVC?

Choose H.264 when playback must work almost everywhere, editing responsiveness matters, or the storage and bandwidth penalty is acceptable. Choose an intermediate such as ProRes, DNxHR, or FFV1 when the file is a production master rather than a delivery copy.

H.264 remains difficult to beat for compatibility. It is less efficient, especially for 4K and high-quality video at low bitrates, but old phones, browsers, televisions, conferencing systems, and inexpensive decoders understand it. The H.264 versus H.265 comparison is the useful next decision if AV1 support has already ruled itself out.

Editing codecs solve a different problem. They use larger files and simpler frame structures so an editor can seek, scrub, and render without repeatedly reconstructing long groups of pictures. Converting those masters to AV1 or HEVC belongs at delivery or archive time.

The final rule is blunt. Pick AV1 for efficient distribution to a known modern audience, HEVC for established hardware ecosystems, H.264 for reach, and an intermediate codec for work that is not finished.

FAQ

Does AV1 always outperform H.265?
No, AV1 does not always outperform H.265. Encoder quality, preset, source content, grain handling, resolution, bit depth, and hardware implementation can outweigh the codec's theoretical improvements. Compare representative scenes using the encoders and time budget the real workflow will use.
Can an old computer play AV1?
Yes, an old computer can play AV1 through software decoding if its CPU and player are fast enough. High-resolution, high-frame-rate, or 10-bit video may stutter, drain a battery, or trigger transcoding, so successful 1080p playback does not prove that 4K playback will work.
Does AV1 require patent fees?
AV1 is offered by the Alliance for Open Media as a royalty-free codec. That makes its licensing position more attractive than HEVC's multi-pool history, although companies shipping an implementation still perform their own patent and legal review.
Should I convert my HEVC library to AV1?
Usually not. Lossy HEVC-to-AV1 conversion spends substantial compute, introduces another generation of loss, and may save less space than expected. Convert only when measured storage or delivery savings justify the work, and retain irreplaceable originals.

Official software

Related guides