-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPV Black in Fullscreen #66
Comments
Could you post the screenshots of the MPV profiler (pages 1 and 2), and tell us what GPU are you using? |
This is strange. It looks like the shaders are not receiving anything, hence the 0.008ms timings on the ComputeMinMax passes. You can pick random shaders from the official MPV repo. |
I tested the 4 releases and none of them worked |
Ah, I've just tested with their latest version, it does not work indeed. They must have changed the shader pipeline. I'll see what I can do to fix this. |
For some reason GLSL Edit: Also thank you for reporting this bug, you might have saved countless headaches for future users. |
I've opened a ticket on the official mpv repo, if anyone has solutions or simply want to participate. |
2.0RC2 is working for me with MPV HEAD on macOS 10.14.6 with vo=libmpv. (I did have to modify it to work with FSRCNNX... but that's a different issue.) |
It doesn't seem to matter as long as it plays at the video resolution |
The shader doesn't run as long as it doesn't detect a 1.2x increase in resolution. |
I removed all the 'when' metadata and confirmed with the 2nd page of stats that the shaders are running. |
Nice find, though I think this is a bug best solved on mpv's side as there is no reason why Edit: |
To be clear, the 'when' metadata wasn't crashing the shader. They were removed because I'm also using FSRCNNX. The 2.0RC2 release and the current head on master does not crash in anyway for me. |
You are right, I tested with the wrong version. The |
The bug does not appear on WaylandVK (Vulkan). Output of
Built using mpv-player/mpv-build |
There is a problem with d3d11 API. On windows, d3d11 is used by default. I suggest to update https://github.com/bloc97/Anime4K/blob/master/GLSL_Instructions.md |
No problems here since 0.33 (win10 d3d11) |
I followed the installation instructions and when using the MPV profiler i can see that the shaders are running
However in fullscreen mode the video is completely black and i can only hear the audio track
i tried various files and none of them are working
Ialso tried to change the mpv.conf settings however i was not able to find a solution to the problem
The text was updated successfully, but these errors were encountered: