blob: ed4c1417e975f3a0b3066d35093688a9e6ef12ac (
plain) (
tree)
|
|
# should be symlinked from ~/.config/mpv/mpv.conf
# use Jack
#ao=jack
#ao=pulse
vo=gpu
hwdec=vaapi
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
|