Git Product home page Git Product logo

chaptertool's Introduction

ChapterTool
License: GPL v3 Build status

A simple tool for extracting chapters from various types of files and editing them.

Feature

  • Extract chapter file from different file types
  • Multiple time adjustments (expression in Infix notation or Reverse Polish notation)
  • Move all chapter numbers backwards optionally (for OGM format)
  • Load chapter name from text file as template
  • Calculate frames from chapter time
  • Supported saving formats: .txt, .xml, .qpf, .json.

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

Requirements

  • You must have the .NET Framework 4.8 available from Windows Update.
  • The matroska file support is powered by MKVToolNix.
  • The mp4 file support is powered by libmp4v2, you need to get the dll before using this feature.

License

Distributed under the GPLv3+ License. See LICENSE for more information.

Source Code

chaptertool's People

Contributors

cgisquet avatar fossabot avatar tautcony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chaptertool's Issues

无法打开MP4文件

Win7x64

mp4v2.dll是从这里下载的:https://code.google.com/archive/p/mp4v2/downloads (mp4v2-r479-windows-binaries.zip)放在ChapterTool.v2.33.33.33.exe同一目录应该就行了吧?(x64和x86的dll都试了)

报错如下

   在 Knuckleball.NativeMethods.MP4Read(String fileName)
   在 Knuckleball.MP4File.Load()
   在 ChapterTool.Util.ChapterData.Mp4Data..ctor(String path)
   在 ChapterTool.Forms.Form1.LoadMp4()

Add English Language

Hello, I don't understand the Chinese language.
Please add the English language
Thanks.

JSON Format Error

In "Time_Shift/Util/ChapterInfo.cs" line 387 there is an error regarding the JSON formatting, it should be {(time.TotalSeconds).Replace(",",".")} instead of {time.TotalSeconds}. As in The JSON Standard declared, JSON fields without Quotation can't have "," in it, beacuse a "," declares the separation. As The TimeSpan.TotalSeconds return value contains a "," instead of a "." it has to be replaced by a dot. If not the JSON is invalid.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.