Chaptering is the practice of dividing a longer video into named, timestamped segments that appear as a navigable menu or progress-bar markers inside the player, letting learners jump directly to a topic or resume from the last chapter they completed. Chapter metadata is authored as a list of cue points — each with a start time, an end time, and a label — stored separately from the video in formats such as WebVTT chapters tracks, JSON, or a proprietary LMS schema. WebVTT (Web Video Text Tracks) is the browser-native format supported by the HTML5 track element and is the most portable choice for chapter data alongside caption files. From a learning design standpoint, chaptering reduces cognitive load by chunking a long lecture into digestible units and signals to the learner how much content remains; it is also a prerequisite for meaningful in-video search, because search results need chapter context to be actionable. Chapter boundaries are often aligned with the transcript to enable keyword search that returns not just a video but a specific chapter. The xAPI Video Profile includes events for chapter seek, allowing an LRS to record which chapters a learner skipped or revisited, a strong engagement signal for instructional designers. The practical caution is granularity: chapters that are shorter than two to three minutes each add navigation overhead without improving comprehension; the sweet spot for corporate training is typically three to eight chapters for a ten-to-twenty-minute video.

