MP4 Chapter Manager

A tool for managing chapter information in MP4 files. Create, extract, and remove chapters.

Overview

MP4 Chapter Manager is an all-in-one tool with three functions:

Creator - Create chapters in coordination with MPC-BE/HC player and add them to MP4 files
Extractor - Extract chapter information from MP4 files and save to text files
Remover - Remove chapter information from MP4 files
📌 Important: This tool does not modify the original MP4 files. All functions create new files while preserving the originals.

📌 Quality Guarantee: Chapter processing does not re-encode video or audio. Video and audio data are copied as-is, so quality is fully preserved.

Requirements

Required

Optional (for Creator only)

Usage

Creator Creating and Adding Chapters

Create chapters while playing a video in MPC-BE/HC and add them to an MP4 file. The original MP4 file is not modified; a new file (with _with_chapters suffix) is created.

Step 1: Play video in MPC-BE/HC
Step 2: Click "Get Time" button at desired chapter points
Step 3: Enter chapter name and click "Add Chapter"
Step 4: Add all desired chapters
Step 5: Click "Add to MP4" button and select MP4 file

Extractor Extracting Chapters

Extract chapter information from MP4 files and save to text files. The original MP4 file is not modified.

📝 Supported Format: Supports QuickTime Chapter Track, the most common format used by major tools like iTunes, HandBrake, and FFmpeg. Some legacy formats like Nero Chapter are not supported.
Step 1: Click "Select MP4 and Extract Chapters" button
Step 2: Select MP4 file containing chapters
Step 3: Specify destination and filename
Step 4: Extracted chapter information is saved to text file

Remover Removing Chapters

Completely remove chapter information from MP4 files. The original MP4 file is not modified; a new file (with _no_chapters suffix) is created.

Supported Formats: Can remove all chapter information regardless of format.

Step 1: Click "Select MP4 File and Remove Chapters" button
Step 2: Select MP4 file to remove chapters from
Step 3: After processing, a file without chapters will be created

Notes

Troubleshooting

"Cannot connect to MPC-BE" Error

"MP4Box failed" Error

Cannot Extract Chapters

File Formats

Chapter Text File (.txt) - Tool's Simple Format

Text file format used by Creator and Extractor tabs:

00:00:00.000 Intro
00:01:23.456 Chapter 1
00:05:47.890 Chapter 2
01:23:45.678 Ending

Format Conversion Process

This tool automatically converts between three formats:

1. Tool's Simple Format (User-facing)
00:00:00.000 Start
2. OGM Format (MP4Box Input)
CHAPTER01=00:00:00.000
CHAPTER01NAME=Start
3. QuickTime Chapter Track (Inside MP4)
chpl atom (binary format)
💡 Important: Users only handle the tool's simple format. Conversion to OGM format is done by the tool, and conversion to MP4 internal format is done by MP4Box automatically.

Technical Information

Version History

Version 1.0 (2026-01-23)


© 2026 MP4 Chapter Manager