Accessibility
Chapters
Overview
The chapters task generates chapter markers for video and audio files using AI. Chapters divide long-form content into logical sections with timestamps and titles.
Chapters are output as WebVTT (.vtt) or SRT (.srt) files.
Creating a chapters task
Options
| Option | Type | Description |
|---|---|---|
format | string | Output format: vtt (default) or srt |
Output
When the task succeeds, the output is a chapter file accessible via the outputs array:
Common use cases
- Navigation for long-form content (tutorials, lectures, podcasts)
- YouTube-style chapter markers
- Table of contents for video libraries
- Improved viewer engagement with skip-to-section navigation