diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-12-18 00:40:57 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-12-18 00:40:57 -0500 |
commit | 2802ea722b9599ce0d090fd275f7f552afb6a2ac (patch) | |
tree | 4747ba4d25fac4e5ec058c95690dafc460e457f1 | |
parent | 014312de7356d64a481e351b31411ea822c6acbb (diff) | |
download | emacsconf-el-2802ea722b9599ce0d090fd275f7f552afb6a2ac.tar.xz emacsconf-el-2802ea722b9599ce0d090fd275f7f552afb6a2ac.zip |
Add compressed32 for answers
-rw-r--r-- | emacsconf-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el index e306518..994af0c 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -268,7 +268,7 @@ ${info} (concat (file-name-sans-extension (plist-get o :video-slug)) "--answers.webm") emacsconf-captions-directory)) o) - (list "--answers.vtt" "--answers--chapters.vtt"))) + (list "--answers.vtt" "--answers--chapters.vtt" "--answers--compressed32.webm"))) ""))) |