diff options
Diffstat (limited to '')
-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 |