mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
[UPDATE] README.md
This commit is contained in:
25
README.md
25
README.md
@@ -1,4 +1,27 @@
|
|||||||
config.yml example:
|
###Table of content
|
||||||
|
- Introduction
|
||||||
|
- Requirements
|
||||||
|
- Running
|
||||||
|
- config.yml example
|
||||||
|
|
||||||
|
###Introduction
|
||||||
|
|
||||||
|
This program helps changing audio and subtitle lines of mkv files.
|
||||||
|
|
||||||
|
###Requirements
|
||||||
|
|
||||||
|
- Java 8 or higher
|
||||||
|
- mkvtoolnix installation
|
||||||
|
|
||||||
|
###Running
|
||||||
|
|
||||||
|
Opening terminal / cmd in the directory of the jar and the config file and execute following command:
|
||||||
|
|
||||||
|
`java -jar mkvaudiosubtitleschanger.jar [path to mkv or dir with mkv]`
|
||||||
|
|
||||||
|
You have to replace the brackets and the content of it with the path to your mkv file or the directory with mkv files.
|
||||||
|
|
||||||
|
###config.yml example:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkvtoolnixPath: /usr/bin
|
mkvtoolnixPath: /usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user