summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook/index.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-29 06:57:13 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-29 06:57:13 -0400
commit1b7872a5382f6377908a6892358d5365afd3dce3 (patch)
treefc3db43d72cc5a468a83f86f4b1d2def0c7b0d13 /2022/organizers-notebook/index.org
parent2e848ef512d6175eae96d6bf4cbc1e47c607e904 (diff)
downloademacsconf-wiki-1b7872a5382f6377908a6892358d5365afd3dce3.tar.xz
emacsconf-wiki-1b7872a5382f6377908a6892358d5365afd3dce3.zip
update prerec processes
Diffstat (limited to '2022/organizers-notebook/index.org')
-rw-r--r--2022/organizers-notebook/index.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index f87090a1..3d354aae 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -1187,6 +1187,11 @@ The roles below are related to the proposals in the early stages of the preparat
** When speakers have submitted their pre-recorded videos
+- Copy to backstage as --original.webm and --main.webm using M-x emacsconf-upload-copy-from-json
+- Copy to res /data/emacsconf/2022
+- Start /data/emacsconf/2022/process-captions.py if it's not already running
+- Use ~zaeph/scripts/reencode.sh on the file as well
+
- Video processor (zaeph)
- Standardize and compress uploaded videos
- Caption lead (sachac)
@@ -1439,6 +1444,12 @@ fi
#+begin_src emacs-lisp
(defun emacsconf-mail-acknowledge-submission (talk &optional template)
(interactive (list (emacsconf-complete-talk-info)))
+ (save-window-excursion
+ (emacsconf-with-talk-heading (plist-get talk :slug)
+ (emacsconf-cache-video-data talk)
+ (when (string= (plist-get talk :status) "WAITING_FOR_PREREC")
+ (org-todo "TO_PROCESS"))))
+ (emacsconf-publish-backstage-index)
(emacsconf-mail-prepare
(or template (emacsconf-mail-merge-get-template "ack-prerec"))
(plist-get talk :email)