diff options
author | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
commit | 2555dc067f7f8915af366a8e344381f8185b271a (patch) | |
tree | 4f66476de4ecc63e0b70ea9a84b85ace4bd2e736 /by_host/Linux/mpv/.config | |
parent | d046586dc26e103dc972167524d75069097669ee (diff) |
cleanup
Diffstat (limited to 'by_host/Linux/mpv/.config')
-rw-r--r-- | by_host/Linux/mpv/.config/mpv/mpv.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/by_host/Linux/mpv/.config/mpv/mpv.conf b/by_host/Linux/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..00fdbaa --- /dev/null +++ b/by_host/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 + |