diff options
author | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
commit | 461ba78442c1adeabe01059a57e36b429beffc71 (patch) | |
tree | aef3668de1ce6b400c0a528e3aec7aecd3321c4b /by_os/Linux/mpv | |
parent | 8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff) |
fix
Diffstat (limited to 'by_os/Linux/mpv')
-rw-r--r-- | by_os/Linux/mpv/.config/mpv/mpv.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/by_os/Linux/mpv/.config/mpv/mpv.conf b/by_os/Linux/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..00fdbaa --- /dev/null +++ b/by_os/Linux/mpv/.config/mpv/mpv.conf @@ -0,0 +1,21 @@ +vo=opengl +#hwdec= +volume=100 + +osd-duration=100 +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" + +screenshot-format=jpeg +screenshot-jpeg-quality=100 + |