Python script, that acts as a front end for mkvtoolnix to removeexcess audio and subtitle streams from mkv files.
Project description
MKVStrip
Python script, that acts as a front end for mkvtoolnix to remove excess audio and subtitle streams from mkv files. Also correcting title information if needed. The intention is to allow someone to setup a cronjob, to run this script at regular intervals (for example, every night). Keeping your Movie collection from collecting excessive tracks.
Requirements:
MKVToolNix
Python3
Install
pip install mkvstrip
Usage
Posix:
mkvstrip -b /usr/bin/mkvmerge -l eng,fre /mnt/movies
Windows:
mkvstrip -b C:\\Program/ Files\MKVToolNix\mkvmerge.exe -l eng,fre \\nas\movies
CLI Arguments
mkvstrip.py [-h] [-t] -b path -l lang path positional arguments: path Where your MKV files are stored. Can be a directory or a file. optional arguments: -h, --help show this help message and exit -t, --dry-run Enable mkvmerge dry run for testing. -b path, --mkvmerge-bin path The path to the MKVMerge executable. -l lang, --language lang 3-character language code (e.g. eng). To retain multiple, separate languages with a comma (e.g. eng,spa).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file mkvstrip-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: mkvstrip-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4b75db25b214bf89d5d52477dea93c051824a0a9c5fb63835e5b1db9abfc920 |
|
MD5 | 21577eb8429066f48f48b3a80e1d78bc |
|
BLAKE2b-256 | ad83644ad669331c18545eed5ffbb647dac5f632092d6d23b7c322e729a17f0c |