From 5f5cda28561ea5d4e77b703d1a332a5ce6362116 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 15 Oct 2024 11:33:26 -0400 Subject: update water status, schedule --- organizers-notebook/index.org | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'organizers-notebook/index.org') diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org index d8a01531..3f8a9330 100644 --- a/organizers-notebook/index.org +++ b/organizers-notebook/index.org @@ -174,6 +174,31 @@ For each talk: - Q_AND_A: pad - Create draft-schedule section in the public organizers notebook for the year - Add missing items to plan +** Set up backstage and upload + +See [[emacsconf-ansible:README.org]]. +** Process uploaded files + +Basic setup: + +1. Set up the media server and symlinks: [[emacsconf-ansible:README.org]] (Media). +2. Set up the prerec processing areas on res: [[emacsconf-ansible:README.org]] (Processing prerecs). +2. Set up the caption processor on res: [[emacsconf-ansible:README.org]] (Captioning). + +Process: + +1. Review uploaded files with elisp:emacsconf-upload-dired +2. Open the JSON for the file you want to process and use elisp:emacsconf-upload-copy-from-json . + If more than one file uses the same extension, provide a suffix to disambiguate them. +3. On res: + 1. Create a directory ~/current/files/$slug. + 2. Copy the uploaded file from ~/cache as =$video_slug--original.$extension=, or use =rename-original.sh $slug $file=. + 3. Call =process-prerec.sh $file=. +4. When the screens are finished, do locally: + 1. update-cache on my computer. + 2. elisp:emacsconf-publish-cache-video-data or elisp:emacsconf-cache-all-video-data + 3. elisp:emacsconf-publish-backstage-index + * Other process notes :PROPERTIES: :CUSTOM_ID: other -- cgit v1.2.3