# What are Video Chapters?

Video chapters divide a timeline into named sections identified by start times and sometimes thumbnails or descriptions. They expose the recording’s structure and let viewers jump directly to a topic.

File + supplied context

Metadata processing

Structured media record

Metadata is read, normalized, and used to drive decisions about the media it describes. This diagram shows metadata broadly, not specifically Video Chapters.

<span aria-hidden="true" id="how-it-works"></span>

## How Video Chapters work

Chapter metadata maps ordered timeline intervals to human-readable section names and, optionally, supporting descriptions or imagery. A player turns those intervals into navigation controls and can expose the current section as playback advances. Chapters may reside in a container, a sidecar timed-text file, or platform-specific metadata. They are authored after the program structure stabilizes and then propagated through packaging, publishing, search, and accessibility review.

<span aria-hidden="true" id="key-facts"></span>

## Key facts

1. 1HTML media can reference a WebVTT track with chapter cues, but a player may need custom interface logic to present those cues consistently as a clickable chapter menu.
2. 2Chapter timestamps must be updated after intros are inserted, edits are shortened, or frame rates are conformed; copying the old list can shift every later destination.
3. 3Preview thumbnails are separate assets from chapter labels and timing: sprite coordinates or image URLs must remain synchronized with the chapter or seek-preview metadata that references them.

<span aria-hidden="true" id="when-it-matters"></span>

## When Video Chapters matter

Add chapters to long tutorials, lectures, or recorded events when viewers seek specific material. Incorrect or unstable timestamps send users to the wrong section and can drift after the media is edited.

<span aria-hidden="true" id="category-use-cases"></span>

## Common use cases for metadata

These examples cover metadata broadly, not specifically Video Chapters.

* Filtering files by dimensions, duration, codec, MIME type, language, or detected content.
* Building catalogs with searchable descriptions, rights, locations, and relationships.
* Driving output paths, transformation parameters, moderation, and retention rules.

<span aria-hidden="true" id="at-scale"></span>

## Working with metadata

This guidance covers metadata broadly, not just Video Chapters.

A metadata reader parses known structures and can derive additional properties from the encoded content. The workflow then validates and normalizes fields before using them for search, routing, naming, filtering, or access decisions.

Metadata can be embedded in a file, stored beside it, or derived during analysis. Track its source and normalization rules, and decide which fields are authoritative, searchable, privacy-sensitive, or safe to copy into derivatives.

### What you gain

* Structured metadata makes media searchable, filterable, and automatable.
* Technical properties let workflows choose valid transformations before processing.
* Provenance and rights fields support governance throughout an asset’s lifecycle.

### What it costs

* Copying all metadata preserves context but can leak private or obsolete information.
* Derived labels scale classification but carry confidence limits and model bias.
* Rigid schemas improve consistency while making novel or vendor-specific fields harder to retain.

### Before production

1. 1Distinguish supplied metadata from values detected or derived during processing.
2. 2Normalize units, time zones, encodings, and controlled vocabularies at ingestion.
3. 3Remove sensitive fields before exposing files or metadata to another audience.

[← Video Broadcasting](/glossary/video-broadcasting.md)[Video Chunk →](/glossary/video-chunk.md)

More in metadata

* [Technical Metadata](/glossary/technical-metadata.md)
* [Video Alt Text](/glossary/video-alt-text.md)
* [Video Annotation](/glossary/video-annotation.md)
* [Video Metadata](/glossary/video-metadata.md)
* [Video Sitemap](/glossary/video-sitemap.md)
* [Video Transcription](/glossary/what-is-video-transcription.md)

[All 505 terms](/glossary.md)

## Turn media knowledge into a working pipeline

Connect uploads, processing, AI, storage, and delivery through one declarative API — with the encoding stack, scaling, and format churn handled for you.

[Try Transloadit for free](/c/signup/)
