commit 7de90d394f25fe134029aff533af254d40ca82c8 parent f3ceab55742c4460817c5cfdbea2fc95a0cdb542 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 13 May 2020 21:28:09 +0200 Add mpv caching and audio settings Diffstat:
M | .config/mpv/mpv.conf | | | 16 | +++++++++++----- |
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf @@ -1,7 +1,13 @@ -# Use GPU-accelerated video output by default -vo=gpu -ao=sndio -#hwdec=vaapi -#audio-delay=-0.3 +force-window = immediate + +vo = gpu +ao = sndio +#vo = sdl + +cache = yes + +volume-max = 1000 +sub-scale = 0.5 +audio-channels = 2 ytdl-format=bestvideo[height\<=?768][fps\<=?30]+bestaudio/best