Skip to content

Python script to inject subtitles and audio to mkv files.

License

Notifications You must be signed in to change notification settings

AdventurerRussia/mkvinjector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation


Introduction

MkvInjector is a tool for injecting resources like subtitles and audio to mkv files. Simple copy script to destination directory with mkv files, their resources and run. Resources should have the same name as target mkv container.

Based on ffmpeg command: ffmpeg -i input.mkv -i audio.dts -map 0 -map 1 -c copy output.mkv


Windows

TBD


macOS

To run in macOS install the python and ffmpeg. You can use a packager like Homebrew to find these packages.

    brew install python ffmpeg

Linux

apt-get install ffmpeg

Run

Copy script to destination directory, then run:

    ./mkvinjector.py

About

Python script to inject subtitles and audio to mkv files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%