diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-28 10:34:39 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-28 10:34:39 +0100 |
commit | 8af0aa3ae8f242cf23435d3b2ab2891a554f544d (patch) | |
tree | 7fb6c2906529f5abc2fde5e19986374981ba0ade /by_os/Linux | |
parent | ca925ab35ff39cbb7dc3e1845ddbd74cd075bd4b (diff) |
mpv
Diffstat (limited to 'by_os/Linux')
-rw-r--r-- | by_os/Linux/mpv/.config/mpv/mpv.conf | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/by_os/Linux/mpv/.config/mpv/mpv.conf b/by_os/Linux/mpv/.config/mpv/mpv.conf index 00fdbaa..b927a32 100644 --- a/by_os/Linux/mpv/.config/mpv/mpv.conf +++ b/by_os/Linux/mpv/.config/mpv/mpv.conf @@ -1,3 +1,5 @@ +fullscreen=yes + vo=opengl #hwdec= volume=100 @@ -7,15 +9,34 @@ osd-font="Gotham Rounded" slang=eng,en,English,ger,de,German sub-auto=fuzzy -sub-paths=srt:ass:sub:subs:subtitles -sub-text-font-size=32 -sub-text-border-size=1 -sub-text-color="#cccccc" -sub-text-border-color="#000000" -sub-text-font="Gotham Rounded" -sub-text-shadow-offset=1 -sub-text-shadow-color="#000000" +sub-file-paths=srt:ass:sub:subs:subtitles +sub-font-size=32 +sub-border-size=1 +sub-color="#cccccc" +sub-border-color="#000000" +sub-font="Gotham Rounded" +sub-shadow-offset=1 +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 + |