summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-26 15:26:32 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-26 15:26:32 -0400
commit58c0fc2d68a9a704abce4c1d349abcb8995cf8ae (patch)
treed02121afecf167f2165bc90c740845021c6fe4a8 /2022/organizers-notebook
parent3b04a6d85d92ebf3ffeb85df700a25badb835757 (diff)
parent95282010ebdf9f0998b6fd3e70629cd2698a5152 (diff)
downloademacsconf-wiki-58c0fc2d68a9a704abce4c1d349abcb8995cf8ae.tar.xz
emacsconf-wiki-58c0fc2d68a9a704abce4c1d349abcb8995cf8ae.zip
Merge branch 'master' of git://git.emacsconf.org/emacsconf-wiki
Diffstat (limited to '2022/organizers-notebook')
-rw-r--r--2022/organizers-notebook/index.org23
1 files changed, 23 insertions, 0 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index 30b7c273..da7172b1 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -1303,6 +1303,29 @@ but git log does not have the new stuff
Where is the new stuff?
... hah, maybe I forgot to push
+** Backstage
+:PROPERTIES:
+:CUSTOM_ID: infra-backstage
+:END:
+*** File suffixes, and what they correspond to
+Per categories, earlier suffixes come earlier in the process.
+|----------------------------+------------------------------------------------------------------------|
+| Suffix | Description |
+|----------------------------+------------------------------------------------------------------------|
+| VIDEO | |
+| --original.EXT | File as submitted by speaker |
+| --reencoded.webm | Reencode via ffmpeg incantation |
+| --final.webm | Broadcast-ready reencode with normalized audio |
+|----------------------------+------------------------------------------------------------------------|
+| AUDIO | |
+| --original.EXT | Extracted audio track from speaker upload; used for speech-recognition |
+| --normalized.opus | Normalized audio track |
+|----------------------------+------------------------------------------------------------------------|
+| SUBTITLES | |
+| --?(incomplete-)transcript | Transcript provided by speaker |
+| --main.EXT | Broadcast-ready reencode; different formats for different uses |
+|----------------------------+------------------------------------------------------------------------|
+
* Other tasks and processes
:PROPERTIES:
:CUSTOM_ID: other