mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
21 lines
260 B
Markdown
21 lines
260 B
Markdown
config.yml example:
|
|
|
|
```
|
|
mkvtoolnixPath: /usr/bin
|
|
config:
|
|
1:
|
|
audio:
|
|
- jpn
|
|
subtitle:
|
|
- ger
|
|
- eng
|
|
2:
|
|
audio:
|
|
- ger
|
|
- eng
|
|
subtitle:
|
|
- OFF
|
|
```
|
|
Config file needs to be placed in the same directory as the jar.
|
|
|