|
1 | 1 | # ChapterTool [](https://ci.appveyor.com/project/tautcony/chaptertool) |
2 | 2 |
|
3 | | -- ChapterTool is made for extracting chapter from DVD, HDDVD, BluRay discs, matroska file and many other type of files and edit it. |
4 | | -- It's only in Chinese currently |
5 | | - |
| 3 | +- ChapterTool is made for extracting chapter from various types of files and edit it. |
6 | 4 |
|
7 | 5 | ## Feature |
8 | 6 |
|
9 | | -- Extract chapter file from various files |
10 | | -- Adjust first chapter's begining time to zero |
11 | | -- Revise chapter time which extract by DVD Decrypter manually |
12 | | -- Move all time backward optionally e.g. 00:23:23.233 |
13 | | -- Move all chapter number backward optionally |
| 7 | +- Extract chapter file from various types of file |
| 8 | +- Freely time adjustment(expression in Infix notation or Reverse Polish notation) |
| 9 | +- Move all chapter number backward optionally(for OGM format) |
14 | 10 | - Load chapter name from a text file as template |
15 | | -- Calculate frames by chapter file |
16 | | -- Save in multiple formats: txt, xml, and more |
17 | | - |
| 11 | +- Calculate frames from chapter time |
| 12 | +- Supported save formats: `.txt`, `.xml`, `.qpf`, `.json` |
18 | 13 |
|
19 | | -## Install |
20 | | - |
21 | | -- You must have .NET Framework 4.6 available from Windows Update. |
| 14 | +### Supported file type |
22 | 15 |
|
| 16 | +- OGM(`.txt`) |
| 17 | +- XML(`.xml`) |
| 18 | +- MPLS from BluRay(`.mpls`) |
| 19 | +- IFO from DVD(`.ifo`) |
| 20 | +- XPL from HDDVD(`.xpl`) |
| 21 | +- CUE plain text or embedded(`.cue`, `.flac`, `.tak`) |
| 22 | +- Matroska file(`.mkv`, `.mka`) |
| 23 | +- Mp4 file(`.mp4`, `.m4a`, `.m4v`) |
| 24 | +- WebVTT(`.vtt`) |
23 | 25 |
|
24 | 26 | ## Thanks to |
25 | 27 |
|
|
31 | 33 | - [libbluray](http://www.videolan.org/developers/libbluray.html) |
32 | 34 | - [BDedit](http://pel.hu/bdedit/) |
33 | 35 | - [Knuckleball](https://github.com/jimevans/knuckleball) |
| 36 | + - [mp4v2](https://code.google.com/archive/p/mp4v2/) |
| 37 | + - [BluRay](https://github.com/lerks/BluRay) |
| 38 | + - [IfoEdit](http://www.ifoedit.com/index.html) |
| 39 | + |
| 40 | +## Requirements |
34 | 41 |
|
| 42 | +- You must have `.NET Framework 4.7` available from Windows Update. |
| 43 | +- The matroska file's support is powerd by [`MKVToolNix`](https://mkvtoolnix.download/downloads.html#windows). |
| 44 | +- The mp4 file's support is powerd by `libmp4v2`, you need get the dll before using this feature. |
35 | 45 |
|
36 | 46 | ## Source Code |
37 | 47 |
|
|
0 commit comments