diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-11-20 12:52:35 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-11-20 12:52:35 -0500 |
commit | f95e4b730ced1b9e162c131491c973a36119e2df (patch) | |
tree | a69b4096c08927852aa5a1cccdeb866ca0549eb5 /organizers-notebook/index.org | |
parent | 9ae4fb82a5ce5e5bca4df064d4e15f8f2690573a (diff) | |
download | emacsconf-wiki-f95e4b730ced1b9e162c131491c973a36119e2df.tar.xz emacsconf-wiki-f95e4b730ced1b9e162c131491c973a36119e2df.zip |
Add BBB notes and backstage
Diffstat (limited to 'organizers-notebook/index.org')
-rw-r--r-- | organizers-notebook/index.org | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org index b22162d5..483d9d04 100644 --- a/organizers-notebook/index.org +++ b/organizers-notebook/index.org @@ -440,6 +440,27 @@ Setup: - You may want to generate test assets and copy them over to the assets/stream directory. - Generate all the overlays and copy them to assets/overlays - Set up the assets/music directory +** Backstage +:PROPERTIES: +:CUSTOM_ID: backstage +:END: + +Update this with elisp:emacsconf-publish-backstage-index + +Explanation of files: + +| --original.mp4/mov/webm | original file as uploaded by the speaker | +| --reencoded.webm | converted to .webm format and compressed | +| --reencoded.opus | audio only | +| --normalized.opus | normalized audio | +| --reencoded.vtt | WhisperX captions, WebVTT format | +| --reencoded.json | WhisperX word data | +| --reencoded.srt | WhisperX captions, SRT format | +| --reencoded.txt | WhisperX captions, plain text | +| --main.vtt | edited captions | +| --main--chapters.vtt | chapter markers | +| --main.txt | captions as text | +| --main.webm | version for streaming based on the most recent resources | ** IRC web client |