Skip to content

Commit 7f3c3a7

Browse files
committed
Merge branch 'release/2.33.33.31'
2 parents c8f6520 + ceabde2 commit 7f3c3a7

36 files changed

+696
-754
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,9 @@
351351
- 错误修正与效能提升
352352
- 完整功能的UHD章节读取
353353
- 全新喷气脑袋风格图标
354+
355+
## [2.33.33.3]
356+
- 错误修正与效能提升
357+
- 增加英语界面
358+
- 修正部分高分屏的问题
359+
- 修正DVD章节读取

README.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# ChapterTool [![Build status](https://ci.appveyor.com/api/projects/status/rtc76h5ulveafj5f?svg=true)](https://ci.appveyor.com/project/tautcony/chaptertool)
22

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.
64

75
## Feature
86

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)
1410
- 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`
1813

19-
## Install
20-
21-
- You must have .NET Framework 4.6 available from Windows Update.
14+
### Supported file type
2215

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`)
2325

2426
## Thanks to
2527

@@ -31,7 +33,15 @@
3133
- [libbluray](http://www.videolan.org/developers/libbluray.html)
3234
- [BDedit](http://pel.hu/bdedit/)
3335
- [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
3441

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.
3545

3646
## Source Code
3747

Time_Shift/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
55
</startup>
66
<appSettings>
77
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>

Time_Shift/Forms/Form1.Designer.cs

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)