From 56fee2b8dcfdc8fb66b7727c2ee798b0bb514f73 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 22 Oct 2023 09:04:04 -0400 Subject: documentation, whitespace, pad URL --- emacsconf-stream.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacsconf-stream.el') diff --git a/emacsconf-stream.el b/emacsconf-stream.el index 5c1bdca..c37d0df 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -388,7 +388,9 @@ With a prefix argument (\\[universal-argument]), clear the overlay." (test-length 60)) (unless (file-directory-p dir) (make-directory dir t)) - (shell-command (format "ffmpeg -y -f lavfi -i testsrc=duration=%d:size=1280x720:rate=10 %s " test-length (expand-file-name "template.webm" dir))) + (shell-command + (format "ffmpeg -y -f lavfi -i testsrc=duration=%d:size=1280x720:rate=10 %s " + test-length (expand-file-name "template.webm" dir))) (dolist (talk info) (with-temp-file (expand-file-name (concat (plist-get talk :file-prefix) "--main.vtt") dir) (subed-vtt-mode) @@ -1115,6 +1117,9 @@ If TEST-MODE is non-nil, load the videos from the test directory." (emacsconf-filter-talks talks)))) (defun emacsconf-stream-crontabs (&optional test-mode info) + "Write the streaming users' crontab files. +If TEST-MODE is non-nil, use the videos in the test directory. +If INFO is non-nil, use that as the schedule instead." (interactive) (let ((emacsconf-publishing-phase 'conference)) (setq info (or info (emacsconf-publish-prepare-for-display (emacsconf-get-talk-info)))) -- cgit v1.2.3