There are different ways:
- Using resample
mpv -vo=gpu --video-sync=display-resample -hwdec=auto "https://www.youtube.com/watch?v=ENxwig2JOKo"
- Use yt-dlp
mpv -ytdl-raw-options='format="mp4,best[height<1081]"' -vo=gpu --video-sync=display-resample "https://www.youtube.com/watch?v=ys5MqjzPTag"
References: ArchLinux Forum | Reddit