forked from Booloki/bdchapters
-
Notifications
You must be signed in to change notification settings - Fork 0
Command Line Chapter Extractor for Blu-ray Disc
License
tleydxdy/bdchapters
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Python 93.7%
- Makefile 6.3%