pymkv¶
Welcome to the pymkv documentation! Here you will find links to the core modules and examples of how to use each.
Modules¶
The three primary modules of pymkv are MKVFile
, MKVTrack
, and
MKVAttachment
. The MKVFile
class is used to import existing or create new MKV files.
The MKVTrack
class is used to add individual tracks to an MKVFile
. The
MKVAttachment
class is used to add attachments to an MKVFile
.
Each module supports or mimics many of the same operations as mkvmerge but are not necessarily complete. If there is functionality that is missing or an error in the docs, please open a new issue here.