diff options
Diffstat (limited to '')
-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 |