top | item 45252701

AOMedia Announces Year-End Launch of Next-Gen Video Codec AV2

79 points| future10se | 5 months ago |aomedia.org

66 comments

order

dylan604|5 months ago

"AV1 adoption is accelerating"

But before it is widely used and accepted, here's AV2 for you to have compatibility issues with in the wild

With the ubiquity of h.264 and the patents expiring, will anyone but streamers care?

free_bip|5 months ago

I understand the point you're trying to make, but I think I can at least sort of understand why they're going with this speed of release cadence. If the release cadence is too slow, you might end up with another JPEG situation where the new codec is undeniably better in every way, but nobody wants to implement it since the old standard was around for so long without any competition.

kevincox|5 months ago

h266 (aka VVC) is seemingly ~~late in development~~ (edit: It has been released but doesn't have much hardware uptake yet). They probably want to ensure that people are aware that it will be matched so that they don't commit to it and AV2 ends up a bit late to the party like AV1 is compared to h265 where it had a notable compatibility lead.

If people know that AV2 is coming and competitive they may avoid adopting h266 and wait for the open alternative to ship.

ksec|5 months ago

That is what I have been saying for close to 10 years now. We are quite close to Patents free H.264 High Profile.

You will always have to provide H.264 as baseline due to compatibility. And that has a cost of storage. Bandwidth cost have been declining fast, and with AI Capex it doesn't seems to be slowing down either. Meanwhile Storage cost hasn't drop, if anything recent trend suggest it may have plateau and went up for HDD.

H.264 1080P 2Mbps is good enough for a lot of things. Just like how MPEG-2 is still getting encoder improvement ~30 years later so is H.264 encoder.

There are other codec like LCEVC which you can apply on top of H.264 can provide up to 60% bitrate reduction for 4K content. This saves on storage cost and provide enough benefits.

It is only in streaming services like Netflix where the catalog of video are low enough they could afford to re-encode it every 5- 8 months and storage cost is minimal.

Again a new codec introduction is easily a 10 years task. Higher Speed PON is already being tested, while others are working on NGS-PON2 roll out. 5G Home Broadband with Massive MIMO. The true free and open Video Codec may not be AV1 or AV2, but H.264.

craftkiller|5 months ago

I do. I watch scifi shows over the internet with my friends. We watch it together on a web page with an html5 video element served out of my apartment. I've had to re-encode it to 3 megabits per second (to avoid stutter/buffering) with no b-frames. When initially setting it up, I tested both H264 and AV1 at that bitrate and H264 looked considerably worse. No surprise there, considering H264 is old enough to drink (22 years) whereas AV1 is only 7 years old.

zamadatix|5 months ago

Media companies want to save on bandwidth, content types keep changing (e.g. HDR), people want live calls to work whenever, and so on as well. At the same time, GIF still isn't completely gone either just because people needed more than what GIF could give them.

dabinat|5 months ago

It would be great if AV1 was as ubiquitous as H.264. Apple is very much holding things back by insisting that Safari only support AV1 on devices with hardware decoding (M3 and higher), even though other browsers use software decoding just fine.

(Safari has a low market share but I have an above-average number of Mac / Safari users using my site)

dmitrygr|5 months ago

I suspect (with no inside knowledge) that this is a battery life play. CPU decoding == bye bye battery. It is much better to force the server to serve you something that you CAN hardware-decode.

KlayLay|5 months ago

In my experience, software decoding AV1 requires a lot more CPU utilization than the equivalent for H.264 (~90% on your average 1080p video). It would likely be a death sentence to support on older devices.

adzm|5 months ago

h264 is 22 years old as well. AV1 is only seven!

ksec|5 months ago

>Safari has a low market share

That is 1.6B iPhone + iPad. I wouldn't say that is low market share. It still have 25-30% of devices.

twotwotwo|5 months ago

The tech was surely locked down long ago if they're close to announcing, but just putting the dream out there that AV2 makes next-gen image compression more practical. AVIF's very effective at maintaining OK quality at low bitrates, but encoding at high quality on CPU (something like the common ~2bpp JPEG) was very slow. I think that slowed down adoption and was one of the reasons JXL still had a niche. Progressive mode would help for images too.

Another great thing JXL has is lossless recompression of .jpg files, which is a smaller improvement than a whole new format, but much easier to deploy. Saving 22% beats saving 0%. Harder, of course, to see how that one would connect to any of AOMedia's other priorities.

jl6|5 months ago

Is this intended to be competitive with h.266/VVC? And is it?

throw0101d|5 months ago

> Is this intended to be competitive with h.266/VVC? And is it?

Yes:

> VVC is not alone in the video coding race. AV1, backed by AOMedia, has already gained traction, although its performance does not make it a direct competitor to VVC in high-end applications. The upcoming AV2, as well as AI-driven encoding techniques, could pose challenges to VVC’s success. Nevertheless, VVC’s strong technical foundation, industry support, and clear intellectual property structure position it as a promising long-term solution for video coding.

* https://www.nokia.com/blog/the-future-of-video-compression-i...

> For businesses focused on reducing operational costs, this is a key point in the h.266 vs av1 debate. While the H.266/VVC codec offers powerful compression improvements over h.265, AV1—and eventually AV2—may be more attractive thanks to simpler licensing and long-term affordability.

* https://www.dacast.com/blog/h266-vvc-versatile-video-coding/

Not qualified to answer.

cogman10|5 months ago

AV1 competes with VVC. AV2 will be competitive with h.267

HelloUsername|5 months ago

Is there any consumer-level hardware available that supports AV1 encoding yet?

SpecialistK|5 months ago

Intel Arc, AMD Radeon 7000 series, Pixel 8, GeForce 40, and a few others.

mjh2539|5 months ago

Intel meteor lake chips support AV1 encode/decode.

jauntywundrkind|5 months ago

Totally different goal, but I wish there was a liberatory/non/less-encumbered form for realtime video production too.

A lot of good streaming hardware does jpeg-xs, ISO/IEC 21122, for real-time encoding basically from the camera to the mix station. It's still extremely high bit-rate mostly, but very low latencies. https://en.wikipedia.org/wiki/JPEG_XS

djfobbz|5 months ago

Anyone use AV1? How good is it? What are your thoughts on AV2?

jjcm|5 months ago

I implemented an encoding pipeline for AV1 for vids uploaded to my social news site (think reddit competitor except I'm extremely small fry). I eventually removed the code for it.

While the space savings and quality improvements are good, the encoding speed is an order of magnitude slower than using h264/vp9. In the end the user experience of causing people to wait significantly longer for an AV1 encode wasn't worth the tradeoff. To fix the user experience problem, I still had to encode a h264 version anyway, which kinda defeats the point when it comes to space savings. You still get data transfer improvements, but the break even point for when the encoding costs offset the data transfer costs were around 1000 views per min of video encoded, and as an average I'm far below that.

IMO there's a reason why YouTube only encodes AV1 for certain videos - I suspect it's based off of a view count. Past that point they trigger a AV1 encode, but it isn't worth it to do all videos, at least right now.

Worth keeping in mind I was looking at this ~2 years ago, so things may have evolved since then.

6SixTy|5 months ago

AV1 is really one of those things born out of internet providers (e.g. Google, Amazon) put together so they can deliver content more efficiently with their bandwidth without needing to deal with a complicated web of royalties in addition to paying said royalties. There's plenty of people using AV1 or it's image format but don't realize it.

Also, video encoding pretty much always comes with the tradeoff of more efficient = uses more processing power

catskull|5 months ago

I did some testing with the 3 main AV1 encoders with gifs (avif). They’re pretty good. But not as good as jpeg xl but currently basically only Safari supports it.

See my blog: https://catskull.net/libaom-vs-svtav1-vs-rav1e-2025.html

For most “normie” use cases, I’d recommend cloudflares image transforms which are available on free tier. I actually wrote a small Jekyll plugin for my site to auto prefix images with their transform. Idk why but shipping optimized images is just one of those things that tickles me!

https://developers.cloudflare.com/images/transform-images/

Caspy7|5 months ago

Lots of people are using AV1. They just don't know it.

maeln|5 months ago

In my experience (not professional, encoding various files for archiving or sharing), AV1 perform quite well for low bitrate situation/streaming, and the encoder is reasonably fast (not as fast as h264 ofc, but that's decades of work on it).

But for higher quality encoding, I personally found that h265/HVEC almost always beat it, with similar encoding time.

As for AV2, I just hope that we get a good open-source encoder.

prism56|5 months ago

I manually turn AV1 off on my android phone. It uses more battery and won't sustain 1440p at 1.5x speed up without the odd frameskip.

cbg0|5 months ago

Netflix streams in AV1 to devices that support it.

Velocifyer|5 months ago

I use AV1, it is very efficent

Thaxll|5 months ago

Encoder are extremely slow.

2OEH8eoCRo0|5 months ago

Great, another codec that makes old hardware obsolete through lack of hardware acceleration.