diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 080491e..e850f3b 100755 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,8 +1,13 @@ -fullscreen=yes -alang=eng -slang=eng -title=${filename} -idle=yes -force-window=yes +# codecs/hardware related stuff hwdec=vaapi vo=gpu-next +ao=pipewire +gpu-context=waylandvk + +# other stuff +fullscreen=yes +alang=ja,eng +slang=eng +sub-auto=fuzzy +screenshot-template="%F - [%P] (%#01n)" +ytdl-format="bestvideo[height<=?1080]+bestaudio/best"