From b8c97d14ed81871eef51ba7253982c45258ec538 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 30 Oct 2022 10:06:47 -0400 Subject: Add obs role --- roles/obs/templates/mpv.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 roles/obs/templates/mpv.conf (limited to 'roles/obs/templates/mpv.conf') diff --git a/roles/obs/templates/mpv.conf b/roles/obs/templates/mpv.conf new file mode 100644 index 0000000..5c73681 --- /dev/null +++ b/roles/obs/templates/mpv.conf @@ -0,0 +1,28 @@ +# {{ ansible_managed }} +# Requires mpv >= 0.34.0 + +# Comment out the next line if you don't want this profile loaded by default. +profile={{ emacsconf_id }}-talks +# Then you can load it with `--profile={{ emacsconf_id }}-talks` + +[{{ emacsconf_id }}-talks] +# Positioning +video-zoom=-0.15 +video-pan-y=-0.055 +sub-use-margins=yes +sub-scale-by-window=yes +sub-pos=103 +sub-margin-x=150 +sub-margin-y=40 +# Style +sub-font="Clear Sans Bold" +sub-color="1/0.82/0" +sub-blur=0.2 +sub-scale=0.9 +sub-font-size=40 +sub-border-size=0 +sub-border-color=0/1 +sub-shadow-color=0/1 +sub-shadow-offset=1.2 +sub-ass-force-style=Kerning=yes +sub-ass-line-spacing=0 -- cgit v1.2.3