From a3bea15c3f9546641d57932c98058a0ec8abd987 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 17 Jan 2020 14:30:01 +0100 Subject: mpv: cleanup mpv config --- by_os/Linux/mpv/.config/mpv/mpv.conf | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/by_os/Linux/mpv/.config/mpv/mpv.conf b/by_os/Linux/mpv/.config/mpv/mpv.conf index dd04758..58a0c28 100644 --- a/by_os/Linux/mpv/.config/mpv/mpv.conf +++ b/by_os/Linux/mpv/.config/mpv/mpv.conf @@ -1,8 +1,11 @@ fullscreen=yes vo=gpu -#hwdec= volume=100 +cache=yes +demuxer-readahead-secs=20 +framedrop=no +ytdl-format=bestvideo[height <= 480]+bestaudio/best osd-duration=100 osd-font="Gotham Rounded" @@ -21,24 +24,3 @@ sub-shadow-color="#000000" screenshot-format=jpeg screenshot-jpeg-quality=100 -# a profile that can be enabled with --profile=big-cache -[big-cache] -cache=123400 -demuxer-readahead-secs=20 - -[slow] -profile-desc="some profile name" -# reference a builtin profile -profile=opengl-hq - -[fast] -vo=vdpau - -# using a profile again extends it -[slow] -framedrop=no -# you can also include other profiles -profile=big-cache - -ytdl-format=bestvideo[height <= 480]+bestaudio/best - -- cgit v1.2.3