diff options
-rw-r--r-- | by_os/Linux/mpv/.config/mpv/mpv.conf | 26 |
1 files 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 - |