diff options
-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"))) ""))) |