diff options
author | Erik Sandström <erik@kyriasis.com> | 2014-12-30 21:55:49 +0100 |
---|---|---|
committer | Erik Sandström <erik@kyriasis.com> | 2014-12-30 21:55:49 +0100 |
commit | 07ea0ae2cb3bd14b67e47b0381ba1937acd0c68d (patch) | |
tree | 7903c189b9879accc7e8564634148c9984062771 | |
parent | 0a5870bdccdd88df45765dc04d223cbe4d09dc6d (diff) | |
download | dotfiles-07ea0ae2cb3bd14b67e47b0381ba1937acd0c68d.tar.xz |
added mpv config file
-rw-r--r-- | mpv/config | 24 |
1 files changed, 24 insertions, 0 deletions
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 |