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, 30% better than H.265 at the same quality - smaller files, lower bandwidth.

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

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

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

Disadvantages

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

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

Newer Format, 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

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

Web Video

Websites serve AV1 via WebM without paying licensing fees.

Video Conferencing

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

Game Streaming

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]

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

How to open a AV1 file

AV1 files are increasingly supported across various software categories, including professional video editing tools, free and open-source applications, browser-based players, and built-in media players on operating systems. Professional tools cater to filmmakers and content creators needing advanced features, while free and open-source options are ideal for casual users or developers. Browser-based solutions offer convenience for quick viewing without installation, while built-in players provide basic playback functionality.

When selecting software for AV1, key decision factors include feature fidelity, whether the focus is on editing or viewing, cost models, and platform compatibility. Users should consider their export needs, as some applications may not support AV1 natively for output. In scenarios where editing is not required, converting AV1 to a more widely supported format may be a practical choice.

FFmpeg 5.1.2

Windows, macOS, LinuxFree (GPL)

FFmpeg is a powerful multimedia framework that can decode, encode, transcode, mux, demux, stream, filter, and play almost anything that humans and machines have created. It supports AV1 through the libaom and libdav1d libraries, allowing users to convert and manipulate AV1 files with high fidelity.

Key features
  • AV1 encoding and decoding support
  • Batch processing for multiple files
  • Extensive format conversion capabilities
  • Customizable encoding parameters
  • Command-line interface for automation
Strengths
  • Highly customizable encoding options
  • Supports a wide range of formats
  • Free and open-source with active community
Limitations
  • Steeper learning curve for beginners
  • No graphical user interface by default

Exports to: MP4, MKV, AVI, WebM

Best for: FFmpeg is ideal for users who need a powerful, flexible tool for AV1 encoding and conversion, especially those comfortable with command-line interfaces.

Visit FFmpeg →

VLC Media Player 3.0.18

Windows, macOS, Linux, Android, iOSFree (GPL)

VLC Media Player is a versatile media player that supports a wide range of audio and video formats, including AV1. It allows users to play AV1 files without the need for additional codecs, making it a convenient choice for casual viewing.

Key features
  • Playback of AV1 video files
  • Streaming capabilities for AV1 content
  • Support for subtitles and multiple audio tracks
  • Customizable playback settings
  • Cross-platform compatibility
Strengths
  • User-friendly interface for all skill levels
  • No additional codecs required
  • Regular updates and community support
Limitations
  • Limited editing capabilities
  • Performance may vary on older hardware

Exports to: None (primarily a player)

Best for: VLC Media Player is perfect for users seeking a straightforward, reliable solution for playing AV1 files across multiple platforms.

Visit VLC Media Player →

DaVinci Resolve 18.1

Windows, macOS, LinuxFree / Paid

DaVinci Resolve is a professional video editing software that offers advanced editing, color correction, and audio post-production capabilities. It supports AV1 files, allowing users to edit and export high-quality video content with precision.

Key features
  • Multi-track editing with AV1 support
  • Advanced color grading tools
  • Audio mixing and mastering capabilities
  • Support for high-resolution formats
  • Collaboration tools for team projects
Strengths
  • Professional-grade editing features
  • Robust color correction tools
  • Free version available with extensive features
Limitations
  • Requires a powerful computer for optimal performance
  • Steeper learning curve for beginners

Exports to: MP4, MOV, AVI, ProRes, DNxHD

Best for: DaVinci Resolve is suited for professional video editors who need comprehensive tools for working with AV1 files and high-quality video production.

Visit DaVinci Resolve →

HandBrake 1.6.1

Windows, macOS, LinuxFree (GPL)

HandBrake is an open-source video transcoder that allows users to convert video files from nearly any format to a selection of modern, widely supported codecs. It includes support for AV1, enabling users to convert videos to this format for better compression and quality.

Key features
  • AV1 encoding for video compression
  • Batch conversion of multiple files
  • Customizable output settings
  • Support for subtitles and chapters
  • Preview feature for encoding settings
Strengths
  • User-friendly interface for quick conversions
  • Supports batch processing for efficiency
  • Regular updates and community-driven development
Limitations
  • Limited editing features compared to professional tools
  • Encoding speed may vary based on settings

Exports to: MP4, MKV, WebM

Best for: HandBrake is ideal for users looking for an easy-to-use tool to convert videos to AV1 format without the complexity of professional editing software.

Visit HandBrake →