From 3c9abeffcbe760fc9fb9accb4e93bb0e2f9f4366 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 26 Oct 2022 20:44:44 +0200 Subject: Add details on file-suffixes in backstage --- 2022/organizers-notebook/index.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '2022/organizers-notebook/index.org') 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 -- cgit v1.2.3 From e7f6ecafdb971f3b7f77e27fa9764ba69f65412b Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 26 Oct 2022 20:45:42 +0200 Subject: Add link --- 2022/organizers-notebook/index.org | 3 +++ 1 file changed, 3 insertions(+) (limited to '2022/organizers-notebook/index.org') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 9d30fefd..2eab40a2 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1280,6 +1280,9 @@ Where is the new stuff? ** Backstage *** File suffixes, and what they correspond to +:PROPERTIES: +:CUSTOM_ID: infra-backstage-suffixes +:END: Per categories, earlier suffixes come earlier in the process. |----------------------------+------------------------------------------------------------------------| | VIDEOS | | -- cgit v1.2.3 From 8fd2f243124836a87d6028d532c3e61a85dd32a4 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 26 Oct 2022 20:46:41 +0200 Subject: Change location of anchor --- 2022/organizers-notebook/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2022/organizers-notebook/index.org') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 2eab40a2..0d0b23fc 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1279,10 +1279,10 @@ Where is the new stuff? ... hah, maybe I forgot to push ** Backstage -*** File suffixes, and what they correspond to :PROPERTIES: -:CUSTOM_ID: infra-backstage-suffixes +:CUSTOM_ID: infra-backstage :END: +*** File suffixes, and what they correspond to Per categories, earlier suffixes come earlier in the process. |----------------------------+------------------------------------------------------------------------| | VIDEOS | | -- cgit v1.2.3 From 6d9633b441aa1f3df117aaa4853be4443aad31c5 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 26 Oct 2022 20:47:54 +0200 Subject: Add header to table --- 2022/organizers-notebook/index.org | 2 ++ 1 file changed, 2 insertions(+) (limited to '2022/organizers-notebook/index.org') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 0d0b23fc..1b995c66 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1285,6 +1285,8 @@ Where is the new stuff? *** File suffixes, and what they correspond to Per categories, earlier suffixes come earlier in the process. |----------------------------+------------------------------------------------------------------------| +| Suffix | Description | +|----------------------------+------------------------------------------------------------------------| | VIDEOS | | | --original.EXT | File as submitted by speaker | | --reencoded.webm | Reencode via ffmpeg incantation | -- cgit v1.2.3 From 95282010ebdf9f0998b6fd3e70629cd2698a5152 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 26 Oct 2022 20:49:54 +0200 Subject: Fix English --- 2022/organizers-notebook/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2022/organizers-notebook/index.org') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 1b995c66..4f5a6630 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1287,12 +1287,12 @@ Per categories, earlier suffixes come earlier in the process. |----------------------------+------------------------------------------------------------------------| | Suffix | Description | |----------------------------+------------------------------------------------------------------------| -| VIDEOS | | +| VIDEO | | | --original.EXT | File as submitted by speaker | | --reencoded.webm | Reencode via ffmpeg incantation | | --final.webm | Broadcast-ready reencode with normalized audio | |----------------------------+------------------------------------------------------------------------| -| AUDIOS | | +| AUDIO | | | --original.EXT | Extracted audio track from speaker upload; used for speech-recognition | | --normalized.opus | Normalized audio track | |----------------------------+------------------------------------------------------------------------| -- cgit v1.2.3