TL;DR
AOMedia released the AV2 reference encoder (1.0.0) at the end of May 2026. It's real, it's about 30% more efficient than AV1 on paper, and you cannot ship it yet: the encoder is slow, there's no FFmpeg support, and no hardware decoders in the wild. This post shows what to run today instead: probe your AV1 hardware support, build a clean AV1+H.264 ladder with FFmpeg, and wire a one-line canary so you know the day AV2 becomes worth touching.
The news, in one paragraph
AOMedia published AV2 reference software 1.0.0 (the AOM Video Model) on May 28, 2026, with the spec announcement in early June. Developer evaluations put it around 28.6% smaller than AV1 by PSNR-YUV and 32.6% by VMAF at equal quality, past 40% on screen content. Royalty-free, same as AV1. Great. Now the catch: the encoder is slow by design (it's a reference implementation, not a production one), there's no FFmpeg integration yet, and no shipping hardware decoders. That combination means AV2 is a "read the release notes" event, not a "change your pipeline" event.
If you've been through the AV1 rollout, this rhymes exactly. So let's spend the effort where it pays off in 2026.








