Edit the chapter marks of the loaded video: add them at the video position, import them from the video or a file, export them, and write them back into the video file.
Chapters belong to the video, not to the subtitle, so a video must be loaded. Chapters are drawn on the audio visualizer as labelled marks, which makes them useful as landmarks while subtitling even if you never write them back to the video.
The list shows #, Start time and Chapter title, sorted by time. Go to moves the video to the selected chapter.
The waveform’s right-click menu has Toggle chapter at video position, which adds a chapter at the cursor, or removes the one already there — the quickest way to mark chapters while listening.
.ffmeta), OGM (.txt) and .ini chapter files. Anything Subtitle Edit can open as a subtitle also works, so a plain subtitle file can be turned into chaptersBoth replace the current list.
Export to file… writes the list in one of four formats — the picker decides the writer, not the extension, because two of them are plain .txt:
| Format | Extension |
|---|---|
| Matroska chapters XML | .xml |
| ffmpeg metadata | .ffmeta |
| OGM chapters | .txt |
| YouTube chapters | .txt |
The YouTube form is the timestamped list you paste into a video description.
Write to video… writes the chapters into a copy of the video file. Nothing is re-encoded, so it is quick and lossless. Only MP4 and Matroska can carry chapters; for anything else the button reports that. Pick the output file name — ffmpeg cannot write over the file it is reading, so the suggestion is a sibling file.
Chapters you edit are saved next to Subtitle Edit’s other per-video data (a .chapters.xml sidecar in the Chapters folder of Subtitle Edit’s data folder, named after a hash of the video file), not inside the video. The sidecar is plain Matroska chapter XML, so it can be handed straight to mkvmerge.
When a video is opened, the sidecar wins over the chapters inside the container: it only exists because you changed something, and re-reading the video would undo that work. Use Import from video to deliberately go back to what the file itself carries.
| Key | Action |
|---|---|
| Escape | Close / Cancel |
| Delete | Delete the selected chapter (in the list) |