aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/.config/mpv/mpv.conf2
-rw-r--r--dotfiles/.config/youtube-viewer/youtube-viewer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/mpv/mpv.conf b/dotfiles/.config/mpv/mpv.conf
index d029b23..57c113a 100644
--- a/dotfiles/.config/mpv/mpv.conf
+++ b/dotfiles/.config/mpv/mpv.conf
@@ -1,5 +1,5 @@
vo=gpu
-hwdec=auto
+hwdec=vaapi
alang=ja,jpn,en,eng,es,spa,ru,rus
slang=en,eng,es,spa,ru,rus
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf
index aeb9dfc..013ce30 100644
--- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf
+++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf
@@ -105,7 +105,7 @@ our $CONFIG = {
srt => "-sub *SUB*",
},
mpv => {
- arg => "--gpu-context=wayland --force-media-title=*TITLE* --title=*TITLE* --no-ytdl",
+ arg => "--gpu-context=wayland --force-media-title=*TITLE* --title=*TITLE* --no-ytdl --msg-level=all=fatal,display-tags=status,statusline=status",
audio => "--audio-file=*AUDIO*",
cmd => "mpv",
fs => "--fullscreen",