Changing default languages and subtitles in Matroska files.
Go to file
Mageas 2e8f9d9cfe
Fix: test_matroska_from_string
2023-01-14 14:02:26 +01:00
src Fix: test_matroska_from_string 2023-01-14 14:02:26 +01:00
.gitignore Initial commit 2023-01-12 22:38:17 +01:00
Cargo.lock Update: add the cli interaction 2023-01-13 15:39:16 +01:00
Cargo.toml Update: add the cli interaction 2023-01-13 15:39:16 +01:00
README.md Add: README.md 2023-01-13 21:25:12 +01:00

README.md

mkv_default_track

Update your mkv default subtitle and audio tracks in bulk.

Informations

Tested on Linux.

Install instructions

Clone the repository:

git clone https://gitea.heartnerds.org/Mageas/mkv_default_track

Move into the project directory:

cd mkv_default_track 

Install the project with cargo:

cargo install --path=.