Forgiving input
Time-first, title-first, dashes, pipes, colons, brackets: mixed freely, line by line.
Media utilities
Paste chapter timestamps and titles in any arrangement: get YouTube format, plain text, CSV, or JSON back.
What it does
It reads chapters written any of the common ways and rewrites them the way your destination wants.
Time-first, title-first, dashes, pipes, colons, brackets: mixed freely, line by line.
YouTube description format, padded plain text, CSV with a seconds column, and JSON.
Starts-at-0:00, minimum 3 chapters, and 10-second minimums are verified for you.
How to use it
In depth
Chapter lists travel: the same ten lines go into a YouTube description, a video platform’s chapter field, a spreadsheet for review, and sometimes an API call. Each destination wants its own arrangement, and re-typing timestamps is exactly the kind of work that produces 1:02 where 1:20 was meant.
The formatter parses the input before it changes the format. It recognizes leading, trailing, and bracketed timestamps. It cleans the remaining text as the title, reports unreadable lines by number, and sorts the parsed list by time.
The YouTube output enforces YouTube’s actual rules: the list must begin at 0:00, contain at least 3 chapters, and give each chapter at least 10 seconds. Lists that break a rule still format, with a note saying which rule: because sometimes the list is for somewhere else.
The tool uses fixed local rules without AI or an upload. Use the AI video chapter generator if you want to create chapters from a transcript.
Questions
A timestamp anywhere on the line: "0:00 Intro", "Intro | 4:13", "- 7:34: Shutdown", "(9:58) Wrap-up": with dashes, pipes, colons, commas, and brackets cleaned away from the title.
Three columns: start_seconds, a padded HH:MM:SS timestamp, and the title, with quoting handled for commas and quotes in titles.
Yes: output is sorted by start time, which is what every destination expects and catches copy-paste ordering mistakes.
No: this tool re-formats a list you already have, deterministically. To derive chapters from a transcript, use the video chapter generator.
Related tools
These tools share engines and hand off to each other.
Paste a timestamped transcript and get clean, descriptive chapters: in YouTube format, plain text, CSV, or JSON.
Open the tool →Convert SRT subtitles to WebVTT in your browser. No upload, no account, no watermark.
Open the tool →Check SRT and VTT files for broken timestamps, overlaps, and unreadable cues: then fix the safe problems automatically.
Open the tool →With Mindstamp
Mindstamp turns the same list into an in-video chapter menu and reports the sections that viewers open.