Skip to content
TautCony edited this page Sep 1, 2026 · 6 revisions

ChapterTool Wiki

语言:简体中文 | English

ChapterTool 是一款跨平台章节编辑器,支持从文本、光盘播放列表、媒体容器与多种章节格式导入内容,完成编辑、时间变换、合并与格式转换后再导出。

本文档介绍桌面应用、命令行工具、浏览器版和 Node.js 包的使用方式。

从这里开始(中文)

使用方式

  • 桌面应用:适合交互式编辑、预览和保存章节。
  • 命令行工具:适合检查来源、批量转换和脚本处理,详见命令行
  • 浏览器版:无需安装桌面应用即可在浏览器中导入、编辑和导出章节,详见浏览器与 Node.js
  • Node.js 包:适合在 JavaScript 或 TypeScript 程序中调用章节处理功能,详见浏览器与 Node.js

下载与源码

框架依赖版需要 .NET 10 Runtime;从源码构建需要 .NET 10 SDK。ffprobemkvextract 只在载入相应媒体来源时需要,BDMV 目录使用内置托管解析器,详见支持的导入与导出格式

设置文件默认位于用户本地配置目录下的 ChapterTool/settings.json(Windows 使用 %LOCALAPPDATA%,macOS 使用 ~/Library/Application Support,Linux 使用 ~/.local/share),详见设置

English

ChapterTool is a cross-platform chapter editor for importing, editing, transforming, merging, and exporting chapter data.

Start with Quick Start, then see Supported Formats, Loading and Saving, and Command Line. The complete English guide is available in the sidebar.

GitHub Releases | Repository | WASM demo

Clone this wiki locally