diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index e22eff9..087eeea 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,7 @@ # multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best +# THIS OPTIONS ACTUALLY FORCES VP9 OUT, FUCK YEA +ytdl-raw-options=extractor-args="youtube:player-client=android" # fullscreen and show window immediatly fs force-window=immediate