From 35dc494a49a1491ceee95eb60fc7a6d349830251 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 22 May 2022 11:28:49 -0400 Subject: [PATCH] * .config/mpv/mpv.conf: Add, containing the emacsconf-talks profile. Thanks to Leo Vivier for the original profile (this one includes a few tweaks of my own). --- .config/mpv/mpv.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/mpv/mpv.conf diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..2b0d324 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,31 @@ +# Uncomment this line to load the profile by default. +# Otherwise, launch mpv with '--profile=emacsconf-talks'. +#profile=emacsconf-talks + +[emacsconf-talks] +profile-desc="For playing prerecorded talk videos during EmacsConf." +# --- Positioning --- +video-zoom=-0.15 +video-pan-y=-0.055 +sub-use-margins=yes +sub-scale-by-window=yes +#sub-pos=103 +sub-pos=100 +sub-margin-x=150 +#sub-margin-y=40 +sub-margin-y=20 +# --- Style --- +#sub-font="Clear Sans Bold" +sub-font="FreeSans Bold" +sub-color="1/0.82/0" +sub-blur=0.2 +sub-scale=0.9 +#sub-font-size=40 +#sub-font-size=32 +sub-font-size=34 +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 -- 2.20.1