Replies: 2 comments 11 replies
-
你为什么要用winvk |
Beta Was this translation helpful? Give feedback.
10 replies
-
现在解决了吗 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
之前问了一个播放HDR全屏后灰白的问题https://github.com/hooke007/MPV_lazy/discussions/422,感谢大佬指出是驱动问题。
我的显示器支持HDR但是平时不开,windows也始终关闭HDR,我觉得现在播放非全屏的HDR视频效果还可以,所以想问问怎么在播放HDR的时候始终保持SDR?不要HDR算了。


图一,是非全屏的时候播放效果,我觉得还可以,噪点可能是相机的问题
图二,全屏下很灰白,这应该自动转了HDR的真实效果,因为我的显示器和windows都关了HDR。(若是显示器和windows都开启HDR则不再灰白)
安装的是标准版MPV_LAZY,
mpv.conf文件里修改了以下几个代码:
vo = gpu-next
gpu-context = winvk
hwdec = no
profile = high-quality
dither-depth = 10
deband = yes
profiles.conf保持默认没修改。
Beta Was this translation helpful? Give feedback.
All reactions