forked from Booloki/bdchapters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (22 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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/>.