diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-22 11:28:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-22 11:28:53 -0400 |
commit | 35dc494a49a1491ceee95eb60fc7a6d349830251 (patch) | |
tree | 140f38ad0786ee7adec5612430cb0689019e1891 | |
parent | e01774541ba3eab18bf8c21813b9a022ea6f69be (diff) | |
download | configs-35dc494a49a1491ceee95eb60fc7a6d349830251.tar.gz configs-35dc494a49a1491ceee95eb60fc7a6d349830251.tar.xz configs-35dc494a49a1491ceee95eb60fc7a6d349830251.zip |
* .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).
-rw-r--r-- | .config/mpv/mpv.conf | 31 |
1 files changed, 31 insertions, 0 deletions
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 |