From 3942dcd12c0ca9aac4577d2822a52329d116f2fe Mon Sep 17 00:00:00 2001 From: Tharre Date: Fri, 3 Jan 2020 05:30:08 +0100 Subject: youtube-dl: maybe better video format selection --- .config/mpv/mpv.conf | 2 +- .config/youtube-dl/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 13a4594..45605bb 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,6 +1,6 @@ hwdec=vaapi vo=gpu save-position-on-quit -ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best +ytdl-format=bestvideo[height<=1080]+bestaudio/best[height<=1080] volume-max=600 hdr-compute-peak=no diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config index 9d23a8b..3233a9d 100644 --- a/.config/youtube-dl/config +++ b/.config/youtube-dl/config @@ -1 +1 @@ --f 'bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best' +-f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]' -- cgit v1.2.3-70-g09d2