From 0a334f0c0dc98f3eb654f9291f9b3e7b0c548c29 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sun, 6 Feb 2022 22:32:14 -0800 Subject: updated mpv --- mpv/mpv.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'mpv/mpv.conf') diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 8f5edbd..286a922 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,6 +1,6 @@ # High Quality profile=gpu-hq -#hwdec=auto +hwdec=auto scale=ewa_lanczossharp dscale=mitchell cscale=spline36 @@ -14,6 +14,14 @@ volume=70 slang=eng,en,en-US,enUS blend-subtitles=yes +# disable osc +osc=no + +[idle] +profile-cond=p["idle-active"] +profile-restore=copy-equal +background=1 + # Play Finnish audio if available, fall back to English otherwise. alang=jpn,ja,jp,en @@ -34,3 +42,7 @@ screenshot-png-compression=1 screenshot-jpeg-quality=95 #Output directory screenshot-directory="~/pics/screenshots" + +# use yt-dlp +script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp +ytdl-format=bestvideo[height<=?1080]+bestaudio/best -- cgit v1.2.3-13-gbd6f