Replies: 3 comments 20 replies
-
Thank you for pointing this out. Just wanted to add that the conversion from BT.1886 to srgb happens even with I don't know whether this change is good or bad, as my knowledge in this area is limited. But I have read that srgb is best for photos and still graphics, while BT.1886 is best for videos. Since mpv is primarily a video player, BT.1886 would have been a better choice. But I will defer to the decision of the developers who no doubt have in-depth knowledge in this area. |
Beta Was this translation helpful? Give feedback.
-
Even without ACM, srgb output is better in PC environment. bt.1886 is just raising blacks to make it "better" in not light controlled environment, but unless you really need this, you better of by outputting srgb or pure 2.2 gamma. If you know what you need, you can control output with the options. |
Beta Was this translation helpful? Give feedback.
-
Well this is frustrating... srgb definitively looks wrong on my VA monitor (on Win10 so no ACM). That said, your suggested change doesn't look right either, is it even exactly how bt.1886 was before without target-colorspace-hint? (also why won't it switch to bt.1886 without that?). I've only tried DX11 so far. srgb made things too dark and bt.1886 is making everything too bright :/ EDIT: my attempts to find a middle point have been bad, if anyone has any better suggestions that'd be much appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of haasn/libplacebo@e572f60, mpv will now adapt SDR content to
srgb
gamma if you are using the d3d11 rendering API, even with Windows ACM disabled. This might be a breaking change if you do not have a color-managed device, as mpv would previously leave SDR content untouched.If you have an SDR display and would like to restore mpv's previous behavior, add this to your config:
Edit: Changed title and description to better reflect the underlying change in behavior.
Beta Was this translation helpful? Give feedback.
All reactions