v0.2.0 : Subtitles and mkv merging
Added --subs
, --merge
, --no-cleanup
options to batchDemux
and demuxUsm
commands :
- Subtitles from the repository can be retrieved automatically converted to ASS files (
--subs
option) - Extracted files from the USMs can be merged into a single MKV file (
--merge
option) - By default, extracted files are automatically deleted when merged into a MKV file. The
--no-cleanup
option don't delete them.