diff options
author | Matthew Lemon <y@yulqen.org> | 2023-11-27 07:40:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-11-27 07:40:39 +0000 |
commit | b7ace409f1b1c2c7a355fa6f16a41dcff2f31e07 (patch) | |
tree | 4a9700a336674acfb54b4d0e0a46723622b1bbf4 /mpv | |
parent | 6d62fa2ce376202c45a00a861b68a35a80ae4d2d (diff) |
Changes default quality of mpv yt-dlp downloads
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index fbdf4e1..4380263 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,4 +8,5 @@ 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 |