diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-20 17:35:12 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-20 17:35:12 -0500 |
commit | d818273c7af44549f17bc24aae76de1947aaa224 (patch) | |
tree | 1edea5c9dc9a25e40f3865f11632f32a8379b1e9 /2022/organizers-notebook | |
parent | 7c6a6fdb18df43fe406417d8f0276d2b54c4731a (diff) | |
download | emacsconf-wiki-d818273c7af44549f17bc24aae76de1947aaa224.tar.xz emacsconf-wiki-d818273c7af44549f17bc24aae76de1947aaa224.zip |
Update mpv config and make it linkable
Diffstat (limited to '2022/organizers-notebook')
-rw-r--r-- | 2022/organizers-notebook/index.org | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index d267cd17..9561c6eb 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1991,28 +1991,29 @@ ansible-playbook -i inventory.yml prod-playbook.yml --tags media,stream :END: **** mpv profile -Add the following profile to ~~/.config/mpv/mpv.conf~: +Add the following profile to ~~/.config/mpv/mpv.conf~. You can also change the font to whatever you prefer. #+begin_src conf :eval no -# Uncomment this line to load the profile by default +# Uncomment the profile line to load the profile by default # Otherwise, use `--profile=emacsconf-talks` # profile=emacsconf-talks -[emacsconf-talks] # Positioning video-zoom=-0.15 -video-pan-y=-0.055 +video-align-x=1 +video-align-y=-1 sub-use-margins=yes sub-scale-by-window=yes sub-pos=103 -sub-margin-x=150 -sub-margin-y=40 +sub-margin-x=110 +sub-margin-y=60 +sub-align-x=left # 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-font-size=30 sub-border-size=0 sub-border-color=0/1 sub-shadow-color=0/1 @@ -4493,6 +4494,9 @@ It looks like OpenAPI needs a little less editing in terms of capitalization and punctuation, but it produces longer captions (likely a 30-second sliding window). I'll try to upload both YT and OpenAPI captions so that people can decide what they like. + +[[#mpv-captions][Set up MPV for captions]] + *** DONE Figure out why it's choking on SRV2 CLOSED: [2022-10-30 Sun 00:13] Can I use aeneas for alignment instead? |