summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook/index.org
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2022-10-26 20:44:44 +0200
committerLeo Vivier <zaeph@zaeph.net>2022-10-26 20:44:44 +0200
commit3c9abeffcbe760fc9fb9accb4e93bb0e2f9f4366 (patch)
tree958e509b441593b609629ce109e8b644e4431ce0 /2022/organizers-notebook/index.org
parentdc9337742ac3d363eacf08e02f8b8f11a83e527e (diff)
downloademacsconf-wiki-3c9abeffcbe760fc9fb9accb4e93bb0e2f9f4366.tar.xz
emacsconf-wiki-3c9abeffcbe760fc9fb9accb4e93bb0e2f9f4366.zip
Add details on file-suffixes in backstage
Diffstat (limited to '')
-rw-r--r--2022/organizers-notebook/index.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index 914d017b..9d30fefd 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -1278,6 +1278,24 @@ but git log does not have the new stuff
Where is the new stuff?
... hah, maybe I forgot to push
+** Backstage
+*** File suffixes, and what they correspond to
+Per categories, earlier suffixes come earlier in the process.
+|----------------------------+------------------------------------------------------------------------|
+| VIDEOS | |
+| --original.EXT | File as submitted by speaker |
+| --reencoded.webm | Reencode via ffmpeg incantation |
+| --final.webm | Broadcast-ready reencode with normalized audio |
+|----------------------------+------------------------------------------------------------------------|
+| AUDIOS | |
+| --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