-
I noticed that mpv doesn't respect the "SDR content brightness" when playing SDR videos on Windows 11, unless I have I'm using my display with HDR turned on and also with HDR calibration tool applied. This also makes me question if mpv is respecting that calibration at all. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes. If By default
Yes. Calibration is used. It sets min luminance (black point) and max luminance. You can see those values in stats (shift+i) |
Beta Was this translation helpful? Give feedback.
-
Okay, it feels like these are the settings I want then: target-colorspace-hint = auto Do these statistics look correct? 1st one is an HDR file, 2nd is SDR. The other thing is, when I use target-trc=pq, target-prim=bt.2020, mpv will start tone-mapping the SDR file. My understanding is Windows 11 can display SDR files correctly when using HDR mode, so I don't see a need for mpv to start tone-mapping my SDR files, I guess. |
Beta Was this translation helpful? Give feedback.
No, that would not be possible, but you can use autoprofile to set
=source
for SDR content, this way you delegate conversion to PQ to Windows which uses this slider as reference value.Also the same control as "slider", like I mentioned before, is
--target-peak
and--inverse-tone-mapping
in mpv, which you also can change only for SDR to adjust the brightness you get. For SDR there is no "perfect" value. It's up to you what brightness to get.