diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-22 14:07:59 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-22 14:07:59 -0500 |
commit | 0dbb2bba9b206875917b5779b2405fa9da2a6aeb (patch) | |
tree | 929cc8906064479734d4e3d6cd35dfef525c7786 | |
parent | 2f4d78cb9036a5a4a5c773d3d116ab4ac8e49b04 (diff) | |
download | emacsconf-wiki-0dbb2bba9b206875917b5779b2405fa9da2a6aeb.tar.xz emacsconf-wiki-0dbb2bba9b206875917b5779b2405fa9da2a6aeb.zip |
fix alignment
-rw-r--r-- | mpv.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -26,7 +26,7 @@ sub-scale-by-window=yes sub-pos=103 sub-margin-x=110 sub-margin-y=60 -sub-align-x=left +sub-align-x=center # Style sub-color="1/0.82/0" sub-blur=0.2 @@ -38,6 +38,8 @@ sub-shadow-color=0/1 sub-shadow-offset=1.2 sub-ass-force-style=Kerning=yes sub-ass-line-spacing=0 +sub-back-color=0.0 +sub-color=1.0 ``` When we broadcast videos for EmacsConf 2022, we place them on the top @@ -59,6 +61,8 @@ sub-margin-y=60 sub-align-x=left # Style sub-color="1/0.82/0" +sub-back-color=0.0 +sub-color=1.0 sub-blur=0.2 sub-scale=0.9 sub-font-size=30 |