diff options
author | Patrick Simianer <p@simianer.de> | 2016-03-24 14:32:38 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-03-24 14:32:38 +0100 |
commit | 390d769d21163658643750f89015b57b63419345 (patch) | |
tree | 89b8f361a5170f0b8fa549f5a0dabfc434feb6c5 | |
parent | 9aa5be37eeda5a2cbd9715e24908c6ce7980aa78 (diff) |
mpv: tweaks
-rw-r--r-- | mpv/.config/mpv/mpv.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index ead82b1..f62aabb 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1,4 +1,5 @@ -vo=opengl-hq:interpolation:scale=ewa_lanczossharp:cscale=ewa_lanczossoft +vo=opengl +#hwdec=vaapi volume=100 osd-duration=100 @@ -8,7 +9,7 @@ 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-border-size=1 sub-text-color="#cccccc" sub-text-border-color="#000000" sub-text-font="Gotham Rounded" |