From f566f58c2f2d81a84fc9a743cb523cf95dd64c13 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 17 Oct 2022 00:19:24 -0400 Subject: Add chapter markers, caption volunteer documentation --- captioning.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'captioning.md') 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 -- cgit v1.2.3