If you're on Linux, don't forget to enable hardware acceleration by adding hwdec=auto to mpv.conf. Works with AMD/Intel/NVIDIA.
https://interfacinglinux.com/2024/01/10/hardware-acceleratio...
replies(6):
https://interfacinglinux.com/2024/01/10/hardware-acceleratio...
vo=gpu-next
gpu-api=vulkan
hwdec=vulkan
gpu-context=waylandvk
You can replace hwdec=vulkan with hwdec=vaapi if Vulkan video doesn't work.See also some details here: https://github.com/mpv-player/mpv/discussions/13909