Skip to content

Commit

Permalink
Merge branch 'release/2.33.33.31'
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Feb 25, 2018
2 parents c8f6520 + ceabde2 commit 7f3c3a7
Show file tree
Hide file tree
Showing 36 changed files with 696 additions and 754 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,9 @@
- 错误修正与效能提升
- 完整功能的UHD章节读取
- 全新喷气脑袋风格图标

## [2.33.33.3]
- 错误修正与效能提升
- 增加英语界面
- 修正部分高分屏的问题
- 修正DVD章节读取
38 changes: 24 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# ChapterTool [![Build status](https://ci.appveyor.com/api/projects/status/rtc76h5ulveafj5f?svg=true)](https://ci.appveyor.com/project/tautcony/chaptertool)

- ChapterTool is made for extracting chapter from DVD, HDDVD, BluRay discs, matroska file and many other type of files and edit it.
- It's only in Chinese currently

- ChapterTool is made for extracting chapter from various types of files and edit it.

## Feature

- Extract chapter file from various files
- Adjust first chapter's begining time to zero
- Revise chapter time which extract by DVD Decrypter manually
- Move all time backward optionally e.g. 00:23:23.233
- Move all chapter number backward optionally
- Extract chapter file from various types of file
- Freely time adjustment(expression in Infix notation or Reverse Polish notation)
- Move all chapter number backward optionally(for OGM format)
- Load chapter name from a text file as template
- Calculate frames by chapter file
- Save in multiple formats: txt, xml, and more

- Calculate frames from chapter time
- Supported save formats: `.txt`, `.xml`, `.qpf`, `.json`

## Install

- You must have .NET Framework 4.6 available from Windows Update.
### Supported file type

- OGM(`.txt`)
- XML(`.xml`)
- MPLS from BluRay(`.mpls`)
- IFO from DVD(`.ifo`)
- XPL from HDDVD(`.xpl`)
- CUE plain text or embedded(`.cue`, `.flac`, `.tak`)
- Matroska file(`.mkv`, `.mka`)
- Mp4 file(`.mp4`, `.m4a`, `.m4v`)
- WebVTT(`.vtt`)

## Thanks to

Expand All @@ -31,7 +33,15 @@
- [libbluray](http://www.videolan.org/developers/libbluray.html)
- [BDedit](http://pel.hu/bdedit/)
- [Knuckleball](https://github.com/jimevans/knuckleball)
- [mp4v2](https://code.google.com/archive/p/mp4v2/)
- [BluRay](https://github.com/lerks/BluRay)
- [IfoEdit](http://www.ifoedit.com/index.html)

## Requirements

- You must have `.NET Framework 4.7` available from Windows Update.
- The matroska file's support is powerd by [`MKVToolNix`](https://mkvtoolnix.download/downloads.html#windows).
- The mp4 file's support is powerd by `libmp4v2`, you need get the dll before using this feature.

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion Time_Shift/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
</startup>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
Expand Down
19 changes: 12 additions & 7 deletions Time_Shift/Forms/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f3c3a7

Please sign in to comment.