Update example gif

This commit is contained in:
RatzzFatzz
2025-02-04 14:45:57 +01:00
parent 0813744148
commit ffac36ac27
3 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
## Introduction ## Introduction
A streamlined solution for managing MKV files, this program leverages MKVToolNix to modify audio and subtitle track properties without the need for time-consuming file reencoding. Users can easily set their track preferences, and the application intelligently applies the best matching configuration. The tool focuses on metadata modification rather than full file rewriting, ensuring quick operations while maintaining the original file integrity. This makes it an ideal choice for managing multilingual media collections or batch processing multiple MKV files. A streamlined solution for managing MKV files, this program leverages MKVToolNix to modify audio and subtitle track properties without the need for time-consuming file reencoding. Users can easily set their track preferences, and the application intelligently applies the best matching configuration. The tool focuses on metadata modification rather than full file rewriting, ensuring quick operations while maintaining the original file integrity. This makes it an ideal choice for managing multilingual media collections or batch processing multiple MKV files.
![](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/blob/master/example.gif) ![](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/blob/master/example.gif)
## Requirements ## Requirements
@@ -50,7 +51,7 @@ Windows (installed): `mkvaudiosubtitlechanger.jar --library "X:/Files" --attribu
-t, --threads=<threads> thread count (default: 2) -t, --threads=<threads> thread count (default: 2)
-V, --version Print version information and exit. -V, --version Print version information and exit.
``` ```
If you need more information how each parameter works, check out [this wiki page](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/wiki/Parameters). If you need more information how each parameter works, check out [this wiki page](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/wiki/Parameters-v4).
All parameters can also be defined in a [config file](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/wiki/How-to-config-file). All parameters can also be defined in a [config file](https://github.com/RatzzFatzz/MKVAudioSubtitleChanger/wiki/How-to-config-file).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -18,9 +18,9 @@ class ConfigTest {
"-c", "2", "-c", "2",
"-t", "4", "-t", "4",
"-i", ".*[abc].*", "-i", ".*[abc].*",
"-fk", "testForced", "--forced-keywords", "testForced",
"-ck", "testCommentary", "--commentary-keywords", "testCommentary",
"-ps", "testPreferred" "--preferred-subtitles", "testPreferred"
}; };
CommandLine.populateCommand(Config.getInstance(), sut); CommandLine.populateCommand(Config.getInstance(), sut);