From 397b0a6b76f1334801d64b17d16a7ecf623380ef Mon Sep 17 00:00:00 2001 From: Breizh Date: Wed, 24 Feb 2021 20:33:50 +0100 Subject: [PATCH] Change YTDL conf --- .config/cava/config | 1 + .config/mpv/mpv.conf | 2 +- .config/youtube-dl/config | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/cava/config b/.config/cava/config index bea61f5..6321d22 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -146,6 +146,7 @@ monstercat = 1 # Set gravity percentage for "drop off". Higher values means bars will drop faster. # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". ; gravity = 100 +gravity = 200 # In bar height, bars that would have been lower that this will not be drawn. diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index e2dc818..a61728a 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -31,4 +31,4 @@ slang=fr,fre,fra cache=yes demuxer-max-bytes=256MiB demuxer-readahead-secs=20 -ytdl-format="((bestvideo[vcodec^=av01][height=1080]/bestvideo[vcodec=vp9][height=1080]/bestvideo[height=1080]/bestvideo[vcodec^=av01][height>=?720]/bestvideo[vcodec=vp9][height>=?720]/bestvideo[height>=?720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best" +ytdl-format="((bestvideo[vcodec^=av01][height<=?1080][width<=?1920]/bestvideo[vcodec=vp9][height<=?1080][width<=?1920]/bestvideo[height<=?1080][width<=?1920]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best" diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config index 03ba1c9..52d9688 100644 --- a/.config/youtube-dl/config +++ b/.config/youtube-dl/config @@ -5,5 +5,5 @@ --write-auto-sub --sub-lang fr,en -i --f "((bestvideo[vcodec^=av01][height=1080]/bestvideo[vcodec=vp9][height=1080]/bestvideo[height=1080]/bestvideo[vcodec^=av01][height>=?720]/bestvideo[vcodec=vp9][height>=?720]/bestvideo[height>=?720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best" +-f "((bestvideo[vcodec^=av01][height<=?1080][width<=?1920]/bestvideo[vcodec=vp9][height<=?1080][width<=?1920]/bestvideo[height<=?1080][width<=?1920]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best" --add-metadata