Skip to content

Python script to inject subtitles and audio to mkv files.

License

Notifications You must be signed in to change notification settings

3t0n/mkvinjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Introduction

MkvInjector is a tool for injecting resources like subtitles and audio to mkv files. Copy script to destination directory with mkv files, subtitles, audio or other resources and run. Be informed that all resources should have the same name as target mkv container.


Releases

Here you can find packaged script with included python and ffmpeg inside.


Windows

Download Python executable installer for windows:

    https://www.python.org/downloads/windows

Python should be associated with '.py' extention.

Download ffmpeg installer for windows with static linking:

    https://www.ffmpeg.org/download.html

Add ffmpeg to windows path:

    https://www.wdiaz.org/how-to-install-ffmpeg-on-windows/

MacOS

Install Python and ffmpeg: You can use a packager like Homebrew to find these packages.

    brew install python ffmpeg

Linux

Install Python and ffmpeg:

    apt-get install python ffmpeg