Baka-MPlayer
Baka-MPlayer copied to clipboard
To have working Nvida-hardware video acceleration in Baka-MPlayer
Fix - file src/mpvhandler.cpp
add to line 31:
mpv_set_option_string(mpv, "hwdec", "auto");
mpv_set_option_string(mpv, "vo", "gpu");
For more info look - https://mpv.io/manual/stable/#options-hwdec
Search on page - Actively supported hwdecs:
Note:
Do not use vdpau
- it works only in x11, and it completely freeze x11 on 545+ latest nvidia drivers.
To confirm video acceleration works - nvidia-settings
- GPU - Video Engine Utilization
For me - before mpv used CPU to decode all videos, now it use GPU.