Dev.to
8/4/2026

AV2 shipped its 1.0 encoder. Here's what to actually run in your pipeline instead.
Short summary
AOMedia shipped the AV2 reference encoder 1.0 in May 2026, boasting ~30% better efficiency than AV1, but it's not production-ready: slow encoding, no FFmpeg support, no hardware decoders. The article recommends what to run instead today: probe AV1 hardware support, build a clean AV1+H.264 adaptive ladder with FFmpeg using SVT-AV1 and libx264, and gate AV1 delivery on client-side powerEfficient detection.
- •AV2 1.0 is ~30% more efficient than AV1 but unusable in production: slow encoder, no FFmpeg, no hardware decoders
- •Build a multi-codec AV1+H.264 ladder today using SVT-AV1 and libx264 with FFmpeg
- •Gate AV1 delivery on navigator.mediaCapabilities powerEfficient, not just supported
Generated with AI, which can make mistakes.
Is this a good recommendation for you?



