What is AV1?

AV1 is a modern open-source video codec by the Alliance for Open Media that delivers superior compression vs H.264 and H.265, ideal for streaming.

AV1 explained: the open, royalty-free video codec built to beat HEVC, how it works, and where it is used.

AV1

What is AV1?

AV1 is a modern open-source video codec by the Alliance for Open Media that delivers superior compression vs H.264 and H.265, ideal for streaming.

How AV1 Works

AV1 is a modern video codec, the compression method, not a file format, and it was built to be the most efficient codec that is also completely open and royalty-free. Like other modern codecs it is a block-based hybrid design: it partitions each frame into superblocks and recursively subdivides them, then applies intra and inter prediction, transform coding, and entropy coding to compress the result. What sets it apart is the breadth of tools it brings, more prediction modes, larger and more flexible block partitions, and advanced techniques for handling motion, that together squeeze more quality out of every bit.

The practical result is leading compression efficiency: AV1 typically matches or beats HEVC (H.265) at the same quality, and substantially outperforms the older H.264, often by 30 percent or more. That means smaller files and lower streaming bandwidth for the same picture, which at scale, across millions of streams, translates into enormous savings. This efficiency is the entire reason a consortium of major companies invested in building it.

AV1 video is carried in containers rather than used as a loose file: most commonly inside WebM or MP4 on the web, and it also underpins the AVIF image format, which stores a still picture as a single AV1 keyframe. So when you encounter AV1, it is as the compression inside a web video or a next-generation image, not as an .av1 file you handle directly.

Open and Royalty-Free by Design

AV1's defining feature is its licensing, or rather the deliberate lack of licensing fees. It was developed by the Alliance for Open Media, a consortium including Google, Mozilla, Netflix, Amazon, Microsoft, and others, specifically to provide a high-efficiency codec free of the patent-royalty problems that constrained HEVC. Because anyone can implement and ship AV1 without paying license fees, browsers, platforms, and hardware makers have been able to adopt it freely, which is exactly what HEVC's licensing prevented on the open web.

This is why AV1 has spread quickly where it matters most. YouTube, Netflix, and other major streaming services use it to cut bandwidth, modern browsers support it, and newer hardware increasingly includes AV1 decoding. It is positioned to become the dominant codec for efficient, license-free video, achieving HEVC-level results without HEVC's legal and financial baggage.

When to Use AV1

AV1 is the right choice when efficiency and openness both matter and your audience has modern hardware: streaming or storing video where bandwidth savings are valuable, web delivery where a royalty-free codec is preferable, or any pipeline already built around open formats. Because decoding is demanding on older devices and encoding is slow, it is less suited to situations needing universal compatibility today, where H.264 in MP4 still wins, but for forward-looking, high-volume video it is increasingly the codec of choice.

Limitations

AV1's main practical limitations are about compute and hardware maturity. Encoding is slow and demanding, far heavier than H.264, which is why it is used most by large platforms that can afford the processing. Hardware decoding, while growing fast, is not yet as universal as H.264's, so on older devices AV1 playback can rely on software decoding that uses more battery and CPU. And like any cutting-edge codec, support outside modern browsers and recent hardware is still catching up. These are transitional issues, the efficiency and royalty-free licensing are exactly why AV1 keeps gaining ground.

AV1 vs Other Video Codecs

FeatureAV1H.264H.265VP9
TypeCodec[3]CodecCodecCodec
Compression efficiencyVery high[5]ModerateHighHigh
Standardized byAlliance for Open Media[3]ITU-T / ISOITU-T / ISOGoogle
LicenseRoyalty-free[3]Patent-licensedPatent-licensedRoyalty-free
Device/browser supportGrowing, some hardware[5]UniversalWide, hardwareBrowsers, YouTube
Best forEfficient streamingCompatibility4K efficiencyWeb streaming

AV1 delivers strong royalty-free compression but encoding is slow and hardware decode is still rolling out.

Pros & Cons of AV1

Advantages

Superior Compression | FileFormer, 30% better than H.265 at the same quality - smaller files, lower bandwidth.

Royalty-Free | FileFormer, No licensing fees, unlike H.265 which requires patent royalties.

Wide Browser Support | FileFormer, Supported in Chrome, Firefox, Edge, and Safari 16+.

Hardware Decoding | FileFormer, Modern GPUs and mobile chips include dedicated AV1 decoders.

Disadvantages

Slow Software Encoding | FileFormer, AV1 encoding is computationally intensive without dedicated hardware.

Limited Hardware Encoders | FileFormer, Hardware AV1 encoding only available on newer GPUs (NVIDIA RTX 4000+, Intel Arc).

Newer Format | FileFormer, Older devices and software may not support AV1 playback.

When to Use AV1

Use AV1 when bandwidth efficiency and royalty-free licensing are priorities.

Video Streaming | FileFormer

YouTube and Netflix use AV1 to reduce bandwidth while maintaining 4K quality.

Web Video | FileFormer

Websites serve AV1 via WebM without paying licensing fees.

Video Conferencing | FileFormer

Apps like Google Meet use AV1 for high-quality calls at lower bitrates.

Game Streaming | FileFormer

Screen recording and game streaming use AV1 for smaller high-quality files.

Technical Specifications

DeveloperAlliance for Open Media (AOM)[1]
File Extension.av1 / .webm / .mkv[1]
MIME Typevideo/AV1[1]
CompressionLossy[1]
Released2018[1]
LicenseRoyalty-free[1]

Frequently Asked Questions

What browsers support AV1?

Chrome, Firefox, Edge, and Safari 16+ support AV1 playback natively.

Is AV1 better than H.265?

AV1 achieves 20-30% better compression than H.265 at equivalent quality and is royalty-free. However H.265 encoding is currently faster.

Can I play AV1 on my phone?

Modern Android and iOS devices support AV1 playback, especially with dedicated hardware decoders.

What container format does AV1 use?

AV1 is commonly packaged in WebM or MKV containers, and can also use MP4.

Why is AV1 encoding slow?

AV1 uses complex algorithms for compression efficiency. Hardware encoders like NVIDIA RTX 4000 series make AV1 encoding much faster.

References

  1. AV1 Bitstream & Decoding Process Specification - AOMediaCodec (GitHub)
  2. AV1 Bitstream & Decoding Process Specification - Alliance for Open Media
  3. AV1 Video Codec - Alliance for Open Media
  4. AV1 Video Encoding - Library of Congress
  5. AV1 - Wikipedia