mkvtoolnix-gui -- mkvmerge(1) のチャプタ、ヘッダ編集機能付きGUI

Table of contents

1. 書式

mkvtoolnix-gui [[設定ファイル名.mtxcfg] | [対象ファイル.ext] | [Matroskaファイル.mkv] | [チャプタファイル.ext] | [Matroskaファイル.mkv]]

2. 説明

mkvtoolnix-gui(1)はQt(tm)に基づいたmkvmerge(1)コマンドのGUIです。mkvinfo(1)及びmkvpropedit(1)の機能も実装しており、mkvextract(1)への対応も予定しています。全設定(例: 対象ファイル・トラック設定 等)は保存・復元できます。

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 info tool, the chapter editor or in the header editor depending on the current mode. The current mode can be changed with --merge, --info, --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

以降に続く全てのファイル名が現在のマルチプレックスジョブに入力ファイルとして追加されます。これは既定のモードです。

--info

以降に続く全てのファイル名が情報ツールで開かれます。

Additionally the info tool will be selected on startup instead of the multiplexer tool.

--edit-chapters

以降に続く全てのファイル名がチャプタエディタで開かれます。

Additionally the chapter editor will be selected on startup instead of the multiplexer tool.

--edit-headers

以降に続く全てのファイル名がヘッダエディタで開かれます。

Additionally the header editor will be selected on startup instead of the multiplexer tool.

-h, --help

コマンド書式情報を出力して終了します。

-V, --version

バージョン情報を出力して終了します。

3. 関連項目

mkvmerge(1) mkvextract(1), mkvinfo(1), mkvpropedit(1)

4. ウェブ

最新のバージョンは、常時MKVToolNixのホームページから取得できます。