diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-26 04:32:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-26 04:32:35 +0100 |
commit | 857557b5694cb07aaff7ce804d26f7c0440a3bff (patch) | |
tree | c3d1689dc1e5a09f5a7465365f5adab31ddb21ad | |
parent | 7df0bdff3b6aa70fc9b045dfb7c041a3ac7d5d6e (diff) |
mpv config tweak
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index d712598..e51d0a2 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -6,5 +6,5 @@ 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 |