From 1b7872a5382f6377908a6892358d5365afd3dce3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 29 Oct 2022 06:57:13 -0400 Subject: update prerec processes --- 2022/organizers-notebook/index.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '2022') 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) -- cgit v1.2.3