A macOS app for adding chapter sidebars to your videos — with customizable themes, multi-clip timelines, and frame-accurate trimming.
Watch the demo to see how it works
The idea came from watching YC interviews where chapter navigation appears as a sidebar overlay on the video — making it easy for viewers to jump between topics.
- Multi-clip timelines — Import and arrange multiple video files into a single sequence
- Frame-accurate trimming — Set precise in/out points with keyboard shortcuts (I/O keys)
- Chapter sections — Add titled chapters with start times that sync across your timeline
- Customizable sidebar themes — Four presets (Classic, Light, Midnight, Warm) or fully custom colors
- Overlay or side-by-side — Render the sidebar on top of the video or as a separate column
- Multiple export codecs — H.264, HEVC, ProRes 422 with configurable quality
- Project library — Manage multiple projects with auto-save
- SwiftUI + AVFoundation
- macOS 14.0+ (Sonoma)
- Core Graphics rendering pipeline for sidebar compositing
- Clone the repo
- Open
VideoChapters.xcodeprojin Xcode 16+ - Build and run (Cmd+R)
For the AI testing pipeline (optional):
- Copy
tools/config.env.exampletotools/config.env - Add your
ANTHROPIC_API_KEY - Run
./tools/run-pipeline.sh

