mpvs: reduce YouTube video quality

This commit is contained in:
dogeystamp 2022-10-01 18:57:20 -04:00
parent 18bfd578fe
commit 39fc4d79a0
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -3,7 +3,7 @@
# Custom mpv settings
# passed to yt-dl
FORMAT="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]"
FORMAT="bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best"
mpv \
--ytdl-format="$FORMAT" \