Home

Awesome

<!-- PROJECT INTRO -->

mkvExtractor

This python script is to use MKVToolNix's mkvextract CLI tool. You can extract content from both MKV and WebM containers.

Usage

python mkvextractor.py [file_01] [file_02] [file_03]...
python mkvextractor.py [folder_path]

Extract Mode : All tracks

You can extract all video, audio and subtitle tracks available in all inputs.

Extract Mode : Single tracks

In this mode, analyze every input and show a list of tracks that available, then you can enter track IDs that you want to extract. Please seperate track numbers by a comma and a space<br>

Extract Mode : Chapters

You can extract chapters in both XML and OGM formats. Provide your choice when it asked.

Extract Mode : Attachments

In this mode, also analyze every input and show a list of attachments that available, then you can enter attachment IDs that you want to extract. Please seperate attachment IDs by a comma and a space<br>

Extract Mode : Timestamps

You can extract timestamps for all tracks at once.

Extract Mode : Cues

You can extract cues for all tracks that available at once.

Extract Mode : Cue Sheets

You can extract cue sheet in all inputs if available.

Extract Mode : Tags

You can extract tags in all inputs if available.