Skip to content

Command Line Chapter Extractor for Blu-ray Disc

License

Notifications You must be signed in to change notification settings

tleydxdy/bdchapters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Chapter Extractor for Blu-ray Disc
============================================================

## About ##

bdchapters is a basic tool to generate XML based chapter format from mpls files (Blu-Ray Disc playlist format).


### Usage ##

bdchapters -i <mpls file> -o <directory for mkv xml chapter file> -s 

Note on -s: Given input file xxxxx.mpls, the program will output chapter yyyyy.xxxxx.xml, zzzzz.xxxxx.xml, etc.; each corresponds to yyyyy.m2ts, zzzzz.m2ts, etc. that are used by xxxxx.mpls.

## Notes ##

 - requires Python 3.2+


## Copyright ##

Copyright 2013 jamesthebard.net
Copyright 2018 tleydxdy


## License ##

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.

About

Command Line Chapter Extractor for Blu-ray Disc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.7%
  • Makefile 6.3%