diff options
Diffstat (limited to '')
-rw-r--r-- | mpv/mpv.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index a8592a7..ed4c141 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,3 +8,16 @@ audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best script-opts-append=ytdl_hook-ytdl_path=yt-dlp + + +[1080p] +ytdl-format=bestvideo[height<=?1080]+bestaudio/best + +[720p] +ytdl-format=bestvideo[height<=?720]+bestaudio/best + +[480p] +ytdl-format=bestvideo[height<=?480]+bestaudio/best + +[360p] +ytdl-format=bestvideo[height<=?360]+bestaudio/best |