1. 概要
2. 说明
mkvtoolnix-gui(1) 是基于 Qt(tm) 的 mkvmerge(1) GUI (将来也会支持 mkvinfo(1) 与 mkvextract(1))。通过它可以轻松访问 mkvmerge(1)'s 的大多数选项。所有设置项 (如源文件、轨道选项等) 均可以保存/恢复。
Listing configuration file names with the extension .mtxcfg causes the GUI to load the those configuration files in the appropriate tool. Any other file name is added as a source file for multiplexing, opened in the chapter editor or in the header editor depending on the current mode. The current mode can be changed with --merge, --edit-chapters or --edit-headers. The default mode is adding files for multiplexing.
Note that if an instance of the application is already running when the application is started a second time, all file names given on the command line are handled by the already-running instance.
Option | Description |
---|---|
--merge |
All following file names will be added as source files to the current multiplex job. This is the default mode. |
--edit-chapters |
后面的所有文件名都将在章节编辑器中打开。 |
--edit-headers |
后面的所有文件名都将在头部编辑器中打开。 |
-h, --help |
显示用法信息并退出。 |
-V, --version |
显示版本信息并退出。 |
3. 参阅
mkvmerge(1), mkvextract(1), mkvinfo(1), mkvpropedit(1)
4. 网络
最新版本总可以在 MKVToolNix 主页 找到。