Skip to content

pymkv is a Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and and attachments through the use of mkvmerge.

License

Notifications You must be signed in to change notification settings

5vbz3r0/pymkv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymkv

PyPI Version License Codacy Badge

pymkv is a Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and and attachments through the use of mkvmerge.

About pymkv

pymkv is a Python 3 library for manipulating MKV files. I was previously constructing mkvmerge commands manually but they were becoming overly complex and unmanageable. This is what inspired me to start this project. Please open new issues for any bugs you find, support is greatly appreciated!

Installation

mkvmerge must be installed on your computer. It is recommended to add it to your $PATH variable but a different path can be manually specified. mkvmerge can be found and downloaded from here or can be found in most package managers.

To install pymkv using pip, run the following command:

$ pip install pymkv

You can also clone the repo and run the following commands in project root if you wish to edit the source code:

$ pip install -r requirements.txt
$ pip install -e .

Documentation

pymkv documentation can be found in the GitHub repo wiki.

About

pymkv is a Python wrapper for mkvmerge. It provides support for muxing, splitting, linking, chapters, tags, and and attachments through the use of mkvmerge.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%