mpvs: reduce YouTube video quality
This commit is contained in:
parent
18bfd578fe
commit
39fc4d79a0
@ -3,7 +3,7 @@
|
|||||||
# Custom mpv settings
|
# Custom mpv settings
|
||||||
|
|
||||||
# passed to yt-dl
|
# passed to yt-dl
|
||||||
FORMAT="bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]"
|
FORMAT="bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best"
|
||||||
|
|
||||||
mpv \
|
mpv \
|
||||||
--ytdl-format="$FORMAT" \
|
--ytdl-format="$FORMAT" \
|
||||||
|
Loading…
Reference in New Issue
Block a user