summaryrefslogtreecommitdiff
path: root/by_os
diff options
context:
space:
mode:
Diffstat (limited to 'by_os')
-rw-r--r--by_os/Linux/mpv/.config/mpv/mpv.conf37
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
+