pymplschapters
pymplschapters copied to clipboard
Extract chapters from a Blu-ray .mpls to a Matroska recognized XML file
pymplschapters
Extract chapters from a Blu-ray .mpls to a Matroska recognized XML file.
Installation
pip install pymplschapters
Usage
pymplschapters -p "C:\Path\To\The\Playlist.mpls"
It will place any found chapters next to the input playlist file or to a specified directory with -d
.
Credit
Thanks PyGuymer for the MPLS parsing code, it has been modified a bit to suit my needs.