shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
487 stars 91 forks source link

"gpu-api=vulkan" is causing crashing when trying to play a video #655

Closed LunarFirestorm closed 3 months ago

LunarFirestorm commented 3 months ago

I'm using the latest build on Windows 10. Nvidia card with the latest drivers. Even on my main config, commenting out gpu-api=vulkan fixes the issue. Looking at previous issues has not given me any insight on the issue.

You should be able to reproduce the issue using a config like this: vo=gpu-next gpu-api=vulkan hwdec=vulkan

EDIT: Some videos seem to be working but most are not. I haven't figured out what the difference is that makes these ones work. Out of those two that I got to work, one of the series had bugged playback and the other was fine.

LunarFirestorm commented 3 months ago

This is a problem with FFmpeg, or NVIDIA, and has nothing to do with mpv or this project.

Okay, thank you for clarifying. I'm assuming there is nothing I can do then?