diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-16 17:22:56 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-16 17:22:56 +0100 |
commit | be04be63ce7202d86931fddee3aaddc94ef2f5ee (patch) | |
tree | 9dfff09d600260a33ed72806ef0778f603df478a /mpv | |
parent | 5d0ac192722f798dc3fa884cdb74296e4d4e3654 (diff) |
the big apr 22 update
Diffstat (limited to '')
-rw-r--r-- | mpv/mpv.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 79aa361..a8592a7 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -2,6 +2,9 @@ # use Jack #ao=jack #ao=pulse -vo=x11 +vo=gpu +hwdec=vaapi +audio-channels=2 save-position-on-quit=yes -ytdl-format=bestvideo[height <= 1080]+bestaudio/best +#ytdl-format=bestvideo[height <= 1080]+bestaudio/best +script-opts-append=ytdl_hook-ytdl_path=yt-dlp |