summaryrefslogtreecommitdiffstats
path: root/captioning.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-17 00:19:24 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-17 00:19:24 -0400
commitf566f58c2f2d81a84fc9a743cb523cf95dd64c13 (patch)
tree51b2e47be1c7a2fc6decf8522f349885b526f30c /captioning.md
parent416ff3e75222d35103df4fd26e36b3e1a5365fdf (diff)
downloademacsconf-wiki-f566f58c2f2d81a84fc9a743cb523cf95dd64c13.tar.xz
emacsconf-wiki-f566f58c2f2d81a84fc9a743cb523cf95dd64c13.zip
Add chapter markers, caption volunteer documentation
Diffstat (limited to 'captioning.md')
-rw-r--r--captioning.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/captioning.md b/captioning.md
index ed9e6890..011fce70 100644
--- a/captioning.md
+++ b/captioning.md
@@ -114,6 +114,25 @@ Then start playback and type, using `M-.` (`subed-split-subtitle`) to
split after a reasonable length for a subtitle. If it's too fast, use
`M-j` to repeat the current subtitle.
+# Chapter markers
+
+In addition to the captions, you may also want to create a separate
+file noting chapter marks for use in the video player. You can send
+chapter markers as timestamps and text (hh:mm:ss note, one per line)
+or as WebVTT files that look something like this:
+
+```text
+WEBVTT
+
+00:00:01.360 --> 00:02:06.006
+Introduction
+
+00:02:06.007 --> 00:05:27.537
+What is BinDat?
+```
+
+For an example of how chapter markers allow people to quickly navigate videos, see https://emacsconf.org/2021/talks/bindat/ .
+
Please let us know if you need any help!
Sacha <sacha@sachachua.com>