Skip to main content

A Python wrapper for mkvmerge. It provides support for muxing tracks together, combining multiple MKV files, reordering tracks, naming tracks, and other MKV related things.

Project description

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 command in project root if you wish to edit the source code:

$ pip install -e .

Documentation

pymkv documentation can be found in the GitHub repo wiki.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymkv-1.0.3.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

pymkv-1.0.3-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page