All Projects → binhex → videoslimmer

binhex / videoslimmer

Licence: LGPL-3.0 license
Utility to remove unwanted audio and subtitles from mkv files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to videoslimmer

ass-compiler
Parses and compiles ASS subtitle format to easy-to-use data structure
Stars: ✭ 73 (+217.39%)
Mutual labels:  subtitle
AdflyUrlGrabber
A python script designed to grab the original url from an adfly url without opening it :D
Stars: ✭ 53 (+130.43%)
Mutual labels:  python-script
go-matroska
Golang: Matroska and WebM Format
Stars: ✭ 33 (+43.48%)
Mutual labels:  matroska
github-clear-merged-pull-requests
Clear merged pull requests ref (branch) on GitHub
Stars: ✭ 12 (-47.83%)
Mutual labels:  python-script
rpi3-wifi-conf
A simple Python script to configure wifi over bluetooth for a Raspberry Pi 3
Stars: ✭ 112 (+386.96%)
Mutual labels:  python-script
mp4analyser
mp4 file analyser written in Python
Stars: ✭ 50 (+117.39%)
Mutual labels:  matroska
Aliens eye
Social media hunter
Stars: ✭ 105 (+356.52%)
Mutual labels:  python-script
fa
Automation tool for locating symbols & structs in binary (primary IDA focused)
Stars: ✭ 58 (+152.17%)
Mutual labels:  python-script
GhostNET
GhostNET script that will help you be safer on the cyber
Stars: ✭ 45 (+95.65%)
Mutual labels:  python-script
matroska-subtitles
💬 Streaming parser for embedded .mkv subtitles.
Stars: ✭ 40 (+73.91%)
Mutual labels:  matroska
Python-NEO-6M-GPS-Raspberry-Pi
Python script for the NEO-6M GPS module on the Raspberry Pi
Stars: ✭ 41 (+78.26%)
Mutual labels:  python-script
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+9517.39%)
Mutual labels:  subtitle
IpHack
Track Location With Live Address And City in Termux
Stars: ✭ 315 (+1269.57%)
Mutual labels:  python-script
ST-ASS
ASS/SSA subtitles syntax highlight for Sublime Text.
Stars: ✭ 23 (+0%)
Mutual labels:  subtitle
OpenCVB
OpenCV .Net application supporting several RGBD cameras - Kinect, Intel RealSense, Luxonis Oak-D, Mynt Eye D 1000, and StereoLabs ZED 2
Stars: ✭ 60 (+160.87%)
Mutual labels:  python-script
warpi
"GUI" script running on a Raspberry Pi 4
Stars: ✭ 29 (+26.09%)
Mutual labels:  python-script
Airscript-ng
A python script to simplify the process of auditing wireless networks.
Stars: ✭ 83 (+260.87%)
Mutual labels:  python-script
Smtp-cracker
[NEW] : Simple Mail Transfer Protocol (SMTP) CHECKER - CRACKER Tool V2
Stars: ✭ 67 (+191.3%)
Mutual labels:  python-script
dirbpy
This is the new version of dirb in python
Stars: ✭ 36 (+56.52%)
Mutual labels:  python-script
ASCIIPlay
A simple video player that renders to ASCII written in C
Stars: ✭ 30 (+30.43%)
Mutual labels:  subtitle

VideoSlimmer

Description

VideoSlimmer is a utility to remove unwanted audio and subtitles from Matroska (mkv extension) container formatted files. This can help reduce the size of your media collection whilst maintaining the audio and subtitles that you need.

Installation

  1. Install Python 2.6.0 or greater (not version 3.x)
  2. Install MKVToolnix 6.5.0 or greater
  3. Run from terminal/command prompt, syntax and examples below

Syntax

VideoSlimmer.py --mkvmerge <path> --media <path> --lang <code> [--edit-title yes] [--delete-title yes] [--dry-run no] [--log <level>] [--keep-all-subtitles] [--version]

Language codes can be found here

Examples

Linux platform

python2 VideoSlimmer.py --mkvmerge /opt/mkvtoolnix/mkvmerge --media /media/movies --lang eng --dry-run no

Windows platform

VideoSlimmer.py --mkvmerge "c:\Program Files\mkvtoolnix\mkvmerge.exe" --media D:\media\movies --lang eng --dry-run no --edit-title yes

or specifying UNC path

VideoSlimmer.py --mkvmerge "c:\Program Files\mkvtoolnix\mkvmerge.exe" --media \\medaserver\media\movies --lang eng --dry-run no --delete-title yes

Notes

  • VideoSlimmer will NOT remove audio or subtitles unless there is a match for the specified preferred language.
  • VideoSlimmer IS recursive, thus all files/folders will be processed from the root defined media folder.

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].