diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index efcbfa2..e22eff9 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ # multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps -ytdl-format="bestvideo[fps<=?60][height<=?1080][vcodec!=vp9]+bestaudio/best" +ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best # fullscreen and show window immediatly fs force-window=immediate