frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

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

https://aomedia.org/press%20releases/AOMedia-Announces-Year-End-Launch-of-Next-Generation-Video-Codec-AV2-on-10th-Anniversary/
47•future10se•2h ago

Comments

HelloUsername•1h ago
Is there any consumer-level hardware available that supports AV1 encoding yet?
cma•1h ago
Last two generations of nvidia or so https://en.wikipedia.org/wiki/NVENC
SpecialistK•1h ago
Intel Arc, AMD Radeon 7000 series, Pixel 8, GeForce 40, and a few others.
brookst•53m ago
(Disregard, misread encoding as decoding)

~~And iPhones and Macs since the A15 / M3 chips~~

throw0101d•1h ago
See "Encoding" column in table:

* https://en.wikipedia.org/wiki/AV1#Hardware_encoding_and_deco...

jl6•1h ago
Is this intended to be competitive with h.266/VVC? And is it?
throw0101d•39m 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•8m ago
AV1 competes with VVC. AV2 will be competitive with h.267
djfobbz•1h ago
Anyone use AV1? How good is it? What are your thoughts on AV2?
Caspy7•1h ago
Lots of people are using AV1. They just don't know it.
Thaxll•1h ago
Encoder are extremely slow.
lern_too_spel•38m ago
SVT-AV1 is the fastest software encoder for pretty much any level of quality you would want.

https://engineering.fb.com/2023/02/21/video-engineering/av1-...

jjcm•1h 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.

DiogenesKynikos•14m ago
Things have gotten a lot better. You were probably using the reference encoder, but there's a newer, much faster encoder: svt-av1.
6SixTy•57m 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

cbg0•54m ago
Netflix streams in AV1 to devices that support it.
prism56•45m 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.
catskull•44m 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/

Velocifyer•34m ago
I use AV1, it is very efficent
dylan604•1h 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?

craftkiller•1h 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.
free_bip•1h 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.
dylan604•1h ago
If you're going to do that, then the new thing must be so much better than the old thing that makes the pain of switching to the new thing worth while.

By the time h.265 encoding was trying to gain traction, h.264 encoding speeds were very fast. The image improvement was negligible with the main benefit being smaller file sizes. For the average user, the increased encoding times did not justify that. The switch from MPEG-2 to h.264 had very noticeable quality improvements so it did make it worth while for the slower encodes until h.264 was locked and key code included in CPUs. It was similar to the adoption rates of DVD from VHS compared to Blu-ray from DVD.

cubefox•45m ago
> The image improvement was negligible with the main benefit being smaller file sizes.

That's a contradiction because quality improvement and file size improvement are just two sides of the same coin. You can't have a large quality improvement at the same bit rate without having a large file size reduction at the same quality.

mirashii•13m ago
> For the average user, the increased encoding times did not justify that.

The average user is a consumer of media, not doing encoding themselves. A one time cost for higher encoding to save bandwidth / storage space many times over is almost always going to make some amount of sense.

The real issue here is just a standard chicken-and-egg problem. To use a new codec, you need it to be supported in end user devices. To get it to be supported, you need to show demand... for a thing that nobody can use yet.

kevincox•33m ago
h266 (aka VVC) is seemingly late in development. 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.

cogman10•11m ago
AV1 competes with h266. They were released near the same date. In many ways h266 has already lost the battle as nobody supports it even though it's been around just as long as AV1.

h267 is still in development and due to be released in 2028. That's the actual competitor with AV2.

2OEH8eoCRo0•46m ago
Great, another codec that makes old hardware obsolete through lack of hardware acceleration.
Velocifyer•34m ago
Wow
cubefox•33m ago
This might be a response to H.266/VVC, which was finalized in 2020 but apparently saw limited adoption so far: https://en.wikipedia.org/wiki/Versatile_Video_Coding
twotwotwo•21m 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.

dabinat•19m 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)

Hosting a website on a disposable vape

https://bogdanthegeek.github.io/blog/projects/vapeserver/
332•BogdanTheGeek•2h ago•311 comments

Addendum to GPT-5 system card: GPT-5-Codex

https://openai.com/index/gpt-5-system-card-addendum-gpt-5-codex/
78•wertyk•1h ago•48 comments

Wanted to spy on my dog, ended up spying on TP-Link

https://kennedn.com/blog/posts/tapo/
184•kennedn•4h ago•51 comments

PayPal to support Ethereum and Bitcoin

https://newsroom.paypal-corp.com/2025-09-15-PayPal-Ushers-in-a-New-Era-of-Peer-to-Peer-Payments,-...
265•DocFeind•6h ago•211 comments

Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps

104•eallam•5h ago•42 comments

Calif. construction worker unofficially broke a fabled world record

https://www.sfgate.com/sports/article/alo-slebir-mavericks-big-wave-surf-record-21041864.php
34•danielmorozoff•2d ago•25 comments

macOS Tahoe

https://www.apple.com/os/macos/
75•Wingy•3h ago•75 comments

React is winning by default and slowing innovation

https://www.lorenstew.art/blog/react-won-by-default/
53•dbushell•2h ago•71 comments

How big a solar battery do I need to store all my home's electricity?

https://shkspr.mobi/blog/2025/09/how-big-a-solar-battery-do-i-need-to-store-all-my-homes-electric...
188•FromTheArchives•8h ago•291 comments

GPT-5-Codex

https://openai.com/index/introducing-upgrades-to-codex/
93•meetpateltech•3h ago•23 comments

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

https://aomedia.org/press%20releases/AOMedia-Announces-Year-End-Launch-of-Next-Generation-Video-C...
47•future10se•2h ago•32 comments

CubeSats are fascinating learning tools for space

https://www.jeffgeerling.com/blog/2025/cubesats-are-fascinating-learning-tools-space
140•warrenm•6h ago•59 comments

Boring work needs tension

https://iaziz786.com/blog/boring-work-needs-tension/
66•iaziz786•4h ago•40 comments

How to self-host a web font from Google Fonts

https://blog.velocifyer.com/Posts/3,0,0,2025-8-13,+how+to+self+host+a+font+from+google+fonts.html
86•Velocifyer•6h ago•80 comments

Turgot Map of Paris

https://en.wikipedia.org/wiki/Turgot_map_of_Paris
14•Michelangelo11•2d ago•1 comments

GuitarPie: Electric Guitar Fretboard Pie Menus

https://andreasfender.com/publications.php
7•DonHopkins•5h ago•1 comments

RustGPT: A pure-Rust transformer LLM built from scratch

https://github.com/tekaratzas/RustGPT
313•amazonhut•10h ago•155 comments

Asciinema CLI 3.0 rewritten in Rust, adds live streaming, upgrades file format

https://blog.asciinema.org/post/three-point-o/
232•ku1ik•4h ago•42 comments

Show HN: AI-powered web service combining FastAPI, Pydantic-AI, and MCP servers

https://github.com/Aherontas/Pycon_Greece_2025_Presentation_Agents
26•Aherontas•23h ago•3 comments

Removing newlines in FASTA file increases ZSTD compression ratio by 10x

https://log.bede.im/2025/09/12/zstandard-long-range-genomes.html
212•bede•3d ago•81 comments

The Mac App Flea Market

https://blog.jim-nielsen.com/2025/mac-app-flea-market/
278•ingve•13h ago•117 comments

Researchers revive the pinhole camera for next-gen infrared imaging

https://phys.org/news/2025-09-revive-pinhole-camera-gen-infrared.html
23•wglb•3d ago•1 comments

Self-Assembly Gets Automated in Reverse of 'Game of Life'

https://www.quantamagazine.org/self-assembly-gets-automated-in-reverse-of-game-of-life-20250910/
36•kjhughes•3d ago•4 comments

A string formatting library in 65 lines of C++

https://riki.house/fmt
34•PaulHoule•4h ago•12 comments

Folks, we have the best π

https://lcamtuf.substack.com/p/folks-we-have-the-best
291•fratellobigio•13h ago•80 comments

Show HN: Daffodil – Open-Source Ecommerce Framework to connect to any platform

https://github.com/graycoreio/daffodil
44•damienwebdev•6h ago•4 comments

Language models pack billions of concepts into 12k dimensions

https://nickyoder.com/johnson-lindenstrauss/
337•lawrenceyan•16h ago•119 comments

California reached the unthinkable: A union deal with tech giants

https://www.politico.com/news/2025/09/14/california-uber-lyft-union-00562680
24•markerz•1h ago•5 comments

Apple has a private CSS property to add Liquid Glass effects to web content

https://alastair.is/apple-has-a-private-css-property-to-add-liquid-glass-effects-to-web-content/
273•_alastair•5h ago•158 comments

Show HN: Datadef.io – Canvas for data lineage and metadata management

https://datadef.io/
3•theolouvart•1d ago•0 comments