diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-23 20:19:04 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-23 20:19:04 +0100 |
commit | be72f2d5f41991e287504276b6ca92c426632344 (patch) | |
tree | 59571c224583214e06349016bd048a25f5c42c24 | |
parent | d8f2e9a4a42d7bdb7209ef38a791fd5ac047c9e9 (diff) |
mpv
-rw-r--r-- | mpv/.config/mpv/mpv.conf | 20 | ||||
-rw-r--r-- | mpv/.mpv.conf | 12 |
2 files changed, 20 insertions, 12 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf new file mode 100644 index 0000000..ead82b1 --- /dev/null +++ b/mpv/.config/mpv/mpv.conf @@ -0,0 +1,20 @@ +vo=opengl-hq:interpolation:scale=ewa_lanczossharp:cscale=ewa_lanczossoft +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=100 +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 + diff --git a/mpv/.mpv.conf b/mpv/.mpv.conf deleted file mode 100644 index 408e9d4..0000000 --- a/mpv/.mpv.conf +++ /dev/null @@ -1,12 +0,0 @@ -script-opts=osc-layout=bottombar,osc-seekbarstyle=bar - -osd-playing-msg='${filename}' -osd-duration=2000 -osd-font="Source Sans Pro Semibold" -osd-font-size=35 -osd-color="#ffffffff" -osd-border-color="#ff262626" -osd-border-size=2 -osd-shadow-offset=1 -osd-shadow-color="#33000000" -osd-scale-by-window=yes |