Open geextahslex opened 5 months ago
This is the second time you have reported a duplicate issue. You won't accomplish anything this way, except getting banned.
Duplicate of #14297 and #13881.
you said:
You need to state what is your problem and provide full reproduction steps with config and all the shaders you use.
So I did
Yes, thank you, but you can use one open issue. No need to split it into multiple ones. I've actually since then seen the issue, it some cases completely black areas have erroneously added dithering noise.
As for all other cases dithering by design adds noise to make it perceptually better looking. It is not meant to be overexposed, because you will see the dithering patters, this is expected.
This wasn't intended, but I didn't know where to put this topic, is it an issue, a feature request or discussion?
Couldn't @haasn's suggestion be implemented?
We solved a similar problem for deband grain, which turns itself off near black to avoid exactly this noise. Probably should do the same for dithering.
This would be even more important for OLED users
It is not meant to be overexposed
I do see it in normal conditions
Couldn't @haasn's suggestion be implemented?
Upon further reflection, this is already the case - we do disable the dither pattern the closer we get to true 0. The problem here is that the image is not true black, at least not after tone- and gamut-mapping.
This would be even more important for OLED users
As an OLED user, I disagree, because I do not see the dither pattern. It only seems like a problem for people using very low-quality non-calibrated low contrast displays, no?
Okay I guess it is what it is. Maybe in the future there will be a better or alternative solution to this.
Opened as more complete description of #13881
mpv Information
Other Information
Reproduction Steps
watch 4k 10bit source on 8bit sdr monitor/tv with
dither-depth=8 dither=fruit
and watch at dark areas/shadowsExpected Behavior
a dithering solution that doesn't deteriorate the image with this weird pattern/dots in shadow/dark areas
Actual Behavior
dithering introduces this weird pattern/dots in shadow/dark areas which in itself prevents from ever having any real black on screen.
Log File
mpv --gpu-debug output.txt mpv --log-file output x.txt
Sample Files
Screenshots, boosted luminance for demonstration purpose.
pattern zoomed in dither off dither on
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.