this post was submitted on 31 May 2026
66 points (100.0% liked)
Open Source
47489 readers
17 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah as a result of this post I decided to look into AV1 grain synthesis again. That's the only way I can see that AV1 can meaningfully "improve" over h265 right now for noisy content like movies, which is what enthusiasts care about.
Grain synthesis is where you analyze noise on the original file, denoise the video stream and reapply artificial noise of a similar style as the original at decode time.
It relies on a lot of assumptions:
From a short experiment, I found that VLC was able to render the synthetic grain, but MPV(.net) did not out of the box. I had to play around with gpu rendering modes to get it to work.
As for transcoding, it's unclear what happens to the synthetic grain, whether it is burnt in or simply ignored. At least one or two people have reported it will just be ignored and you'll get a weirdly smooth movie.