From 07ea0ae2cb3bd14b67e47b0381ba1937acd0c68d Mon Sep 17 00:00:00 2001 From: Erik Sandström Date: Tue, 30 Dec 2014 21:55:49 +0100 Subject: added mpv config file --- mpv/config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mpv/config diff --git a/mpv/config b/mpv/config new file mode 100644 index 0000000..851482f --- /dev/null +++ b/mpv/config @@ -0,0 +1,24 @@ +# misc settings +no-osc +hwdec=vaapi +vo=vaapi +framedrop=no + +# Pretty srt font! +osd-font="Liberation Sans" +sub-text-font="Liberation Sans" +sub-text-font-size=64 +sub-text-margin-y=36 +sub-text-color="#ffffffff" +sub-text-border-color="#ff000000" +sub-text-border-size=3.5 +sub-text-shadow-offset=1 +sub-text-shadow-color="#00000000" +sub-text-spacing=-0.2 + +# screenshots +screenshot-format="png" + +# loop weebums +[extension.webm] +loop-file=inf -- cgit v1.2.3-54-g00ecf