diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2022-02-06 22:32:14 -0800 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2022-02-06 22:32:14 -0800 |
| commit | 0a334f0c0dc98f3eb654f9291f9b3e7b0c548c29 (patch) | |
| tree | 0021c69a18461fe732aa9ff465a9632fa7c72e46 /mpv/mpv.conf | |
| parent | e48219b726e26e2e54bfec062832454b29b305ff (diff) | |
updated mpv
Diffstat (limited to 'mpv/mpv.conf')
| -rw-r--r-- | mpv/mpv.conf | 14 |
1 files changed, 13 insertions, 1 deletions
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 |
