blob: 8b26340b352906369b320bfb86e3ee1b8c5be59f (
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
|