'\" t .\" Title: mkvpropedit .\" Author: Bunkus Moritz[FAMILY Given] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 2019-02-09 .\" Manual: .\" Source: MKVToolNix 31.0.0 .\" Language: Japanese .\" .TH "MKVPROPEDIT" "1" "2019\-02\-09" "MKVToolNix 31\&.0\&.0" "" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "名前" mkvpropedit \- 再MUXすることなく、既存のMatroskaファイルのプロパティを修正する .SH "書式" .HP \w'\fBmkvpropedit\fR\ 'u \fBmkvpropedit\fR [options] {source\-filename} {actions} .SH "説明" .PP このプログラムは、既存のMatroskaファイルを解析し、そのプロパティのいくつかを修正します。そして、それらの修正を既存のファイルに書き込みます。プロパティの中で変更可能なのは、セグメント情報エレメント(例えばタイトル)と、トラックヘッダ(例えば言語コードや\*(Aqデフォルトトラック\*(Aqフラグ、トラック名)です。 .PP オプション: .PP \fB\-l\fR, \fB\-\-list\-property\-names\fR .RS 4 既知の編集可能なプロパティの名前、型(文字列、整数、真偽値等)、短い説明を一覧表示します。その後、プログラムは終了します。よって、\fIsource\-filename\fRパラメータを指定する必要はありません。 .RE .PP \fB\-p\fR, \fB\-\-parse\-mode\fR \fImode\fR .RS 4 解析モードを設定します。\*(Aq\fImode\fR\*(Aqパラメータは\*(Aqfast\*(Aq(デフォルト)と\*(Aqfull\*(Aqのどちらかを指定できます。\*(Aqfast\*(Aqモードはファイル全体を解析するのではなく、メタシークエレメントを使ってソースファイル内の必要なエレメントを探します。99%の場合これで十分です。しかし、メタシークエレメントを含まないファイルや破損したファイルに対しては\*(Aqfull\*(Aq解析モードを指定する必要があるかもしれません。\*(Aqfull\*(Aqスキャンには数分かかることがありますが、\*(Aqfast\*(Aqスキャンには数秒しかかかりません。 .RE .PP Actions that deal with track and segment info properties: .PP \fB\-e\fR, \fB\-\-edit\fR \fIselector\fR .RS 4 このオプション以降のadd、set、deleteアクションが適用されるMatroskaファイルセクション(セグメント情報または特定のトラックのヘッダ)を指定します。このオプションは、複数のエレメントを修正するために、複数回指定することができます。 .sp デフォルトでは、\fBmkvpropedit\fR(1)はセグメント情報のセクションを編集します。 .sp 文法の完全な説明は、エディットセレクタのセクションを参照してください。 .RE .PP \fB\-a\fR, \fB\-\-add\fR \fIname\fR=\fIvalue\fR .RS 4 \fIname\fRで指定された名前のプロパティを\fIvalue\fRで指定した値で追加します。プロパティは、既にその名前のプロパティが存在する場合も追加されます。ほとんどのプロパティは一意的で、複数回追加できないことに注意してください。 .RE .PP \fB\-s\fR, \fB\-\-set\fR \fIname\fR=\fIvalue\fR .RS 4 見付けた全ての、プロパティ名が\fIname\fRであるプロパティの値を、\fIvalue\fRに設定します。そのようなプロパティが存在しないときは、プロパティは追加されます。 .RE .PP \fB\-d\fR, \fB\-\-delete\fR \fIname\fR .RS 4 見付けた全ての、プロパティ名が\fIname\fRであるプロパティを削除します。いくつかのプロパティは必須で、削除できないことに注意してください。 .RE .PP Actions that deal with tags and chapters: .PP \fB\-t\fR, \fB\-\-tags\fR \fIselector\fR:\fIfilename\fR .RS 4 ファイル名からのタグを、このファイル中のタグに追加、あるいは置換します。もしファイル名が空白なら、タグを削除します。\fBmkvpropedit\fR(1)は、\fBmkvmerge\fR(1)が読み込むのと同じXMLタグフォーマットを読み込みます。 .sp \fIセレクタ\fRは、\fBall\fR、\fBglobal\fR、または\fBtrack\fRのうちどれか一つを指定してください。\fBall\fRを指定すると、\fBmkvpropedit\fR(1)はファイル中の全てのタグを置換あるいは削除します。\fBglobal\fRを指定すると、グローバルタグだけが置換あるいは削除されます。 .sp \fBtrack\fRを指定すると、\fBmkvpropedit\fR(1)は特定のトラックのタグを置換します。また、filenameから読み込まれたタグは、同じトラックに割り当てられます。edit selectorsが指定されるのと同じ様に(下を参照してください)、トラックは指定されます。(see below), e\&.g\&. \-\-tags track:a1:new\-audio\-tags\&.xml\&. .RE .PP \fB\-\-add\-track\-statistics\-tags\fR .RS 4 Calculates statistics for all tracks in a file and adds new statistics tags for them\&. If the file already contains such tags then they\*(Aqll be updated\&. .RE .PP \fB\-\-delete\-track\-statistics\-tags\fR .RS 4 Deletes all existing track statistics tags from a file\&. If the file doesn\*(Aqt contain track statistics tags then it won\*(Aqt be modified\&. .RE .PP \fB\-c\fR, \fB\-\-chapters\fR \fIfilename\fR .RS 4 ファイル名からのチャプタを、このファイル中のタグに追加、あるいは置換します。もしファイル名が空白なら、チャプタを削除します。\fBmkvpropedit\fR(1)は、\fBmkvmerge\fR(1)が読み込むのと同じXMLまたはシンプルチャプタフォーマットを読み込みます。 .RE .PP Actions for handling attachments: .PP \fB\-\-add\-attachment\fR \fIfilename\fR .RS 4 Adds a new attachment from \fIfilename\fR\&. .sp If the option \fB\-\-attachment\-name\fR has been used prior to this option then its value is used as the new attachment\*(Aqs name\&. Otherwise it is derived from \fIfilename\fR\&. .sp If the option \fB\-\-attachment\-mime\-type\fR has been used prior to this option then its value is used as the new attachment\*(Aqs MIME type\&. Otherwise it is auto\-detected from the content of \fIfilename\fR\&. .sp If the option \fB\-\-attachment\-description\fR has been used prior to this option then its value is used as the new attachment\*(Aqs description\&. Otherwise no description will be set\&. .sp If the option \fB\-\-attachment\-uid\fR has been used prior to this option then its value is used as the new attachment\*(Aqs UID\&. Otherwise a random UID will be generated automatically\&. .RE .PP \fB\-\-replace\-attachment\fR \fIselector\fR:\fIfilename\fR .RS 4 Replaces one or more attachments that match \fIselector\fR with the file \fIfilename\fR\&. If more than one existing attachment matches \fIselector\fR then all of their contents will be replaced by the content of \fIfilename\fR\&. .sp The \fIselector\fR can have one of four forms\&. They\*(Aqre exlained below in the section attachment selectors\&. .sp If the option \fB\-\-attachment\-name\fR has been used prior to this option then its value is set as the new name for each modified attachment\&. Otherwise the names aren\*(Aqt changed\&. .sp If the option \fB\-\-attachment\-mime\-type\fR has been used prior to this option then its value is set as the new MIME type for each modified attachment\&. Otherwise the MIME types aren\*(Aqt changed\&. .sp If the option \fB\-\-attachment\-description\fR has been used prior to this option then its value is set as the new description for each modified attachment\&. Otherwise the descriptions aren\*(Aqt changed\&. .sp If the option \fB\-\-attachment\-uid\fR has been used prior to this option then its value is set as the new UID for each modified attachment\&. Otherwise the UIDs aren\*(Aqt changed\&. .RE .PP \fB\-\-update\-attachment\fR \fIselector\fR .RS 4 Sets the properties of one or more attachments that match \fIselector\fR\&. If more than one existing attachment matches \fIselector\fR then all of their properties will be updated\&. .sp The \fIselector\fR can have one of four forms\&. They\*(Aqre exlained below in the section attachment selectors\&. .sp If the option \fB\-\-attachment\-name\fR has been used prior to this option then its value is set as the new name for each modified attachment\&. Otherwise the names aren\*(Aqt changed\&. .sp If the option \fB\-\-attachment\-mime\-type\fR has been used prior to this option then its value is set as the new MIME type for each modified attachment\&. Otherwise the MIME types aren\*(Aqt changed\&. .sp If the option \fB\-\-attachment\-description\fR has been used prior to this option then its value is set as the new description for each modified attachment\&. Otherwise the descriptions aren\*(Aqt changed\&. .sp If the option \fB\-\-attachment\-uid\fR has been used prior to this option then its value is set as the new UID for each modified attachment\&. Otherwise the UIDs aren\*(Aqt changed\&. .RE .PP \fB\-\-delete\-attachment\fR \fIselector\fR .RS 4 Deletes one or more attachments that match \fIselector\fR\&. .sp The \fIselector\fR can have one of four forms\&. They\*(Aqre exlained below in the section attachment selectors\&. .RE .PP Options for attachment actions: .PP \fB\-\-attachment\-name\fR \fIname\fR .RS 4 Sets the name to use for the following \fB\-\-add\-attachment\fR or \fB\-\-replace\-attachment\fR operation\&. .RE .PP \fB\-\-attachment\-mime\-type\fR \fImime\-type\fR .RS 4 Sets the MIME type to use for the following \fB\-\-add\-attachment\fR or \fB\-\-replace\-attachment\fR operation\&. .RE .PP \fB\-\-attachment\-description\fR \fIdescription\fR .RS 4 Sets the description to use for the following \fB\-\-add\-attachment\fR or \fB\-\-replace\-attachment\fR operation\&. .RE .PP その他のオプション: .PP \fB\-\-command\-line\-charset\fR \fIcharacter\-set\fR .RS 4 コマンドライン文字列の文字コードを指定します。デフォルトは、システムの現在のロケールの文字コードになります。 .RE .PP \fB\-\-output\-charset\fR \fIcharacter\-set\fR .RS 4 出力する文字コードを指定します。デフォルトは、システムの現在のロケールの文字コードになります。 .RE .PP \fB\-r\fR, \fB\-\-redirect\-output\fR \fIfile\-name\fR .RS 4 全てのメッセージをコンソールではなく\fIfile\-name\fRで指定したファイルに書き出します。出力リダイレクトによっても同じことが簡単にできますが、このオプションが必要な場合もあります。ターミナルがファイルに書き込む前に出力を処理してしまう場合などです。\fB\-\-output\-charset\fRによって指定された文字コードは尊重されます。 .RE .PP \fB\-\-ui\-language\fR \fIcode\fR .RS 4 Forces the translations for the language \fIcode\fR to be used (e\&.g\&. \*(Aqde_DE\*(Aq for the German translations)\&. Entering \*(Aqlist\*(Aq as the \fIcode\fR will cause the program to output a list of available translations\&. .RE .PP \fB\-\-abort\-on\-warnings\fR .RS 4 Tells the program to abort after the first warning is emitted\&. The program\*(Aqs exit code will be 1\&. .RE .PP \fB\-\-debug\fR \fItopic\fR .RS 4 特定の機能のデバッグをオンにします。このオプションは開発者にのみ有用です。 .RE .PP \fB\-\-engage\fR \fIfeature\fR .RS 4 実験的機能をオンにします。利用可能な機能のリストは\fBmkvpropedit \-\-engage list\fRで得られます。これらの機能は通常の状況で利用されることは意図されていません。 .RE .PP \fB\-\-gui\-mode\fR .RS 4 Turns on GUI mode\&. In this mode specially\-formatted lines may be output that can tell a controlling GUI what\*(Aqs happening\&. These messages follow the format \*(Aq#GUI#message\*(Aq\&. The message may be followed by key/value pairs as in \*(Aq#GUI#message#key1=value1#key2=value2\&...\*(Aq\&. Neither the messages nor the keys are ever translated and always output in English\&. .RE .PP \fB\-v\fR, \fB\-\-verbose\fR .RS 4 出力が冗長になり、Matroskaのエレメントにとって重要なこと全てを、読み込まれるつどに表示していきます。 .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 コマンド書式情報を出力して終了します。 .RE .PP \fB\-V\fR, \fB\-\-version\fR .RS 4 バージョン情報を出力して終了します。 .RE .PP \fB@\fR\fIoptions\-file\&.json\fR .RS 4 Reads additional command line arguments from the file \fIoptions\-file\fR\&. For a full explanation on the supported formats for such files see the section called "Option files" in the \fBmkvmerge\fR(1) man page\&. .RE .SH "エディットセレクタ" .PP \fB\-\-edit\fRオプションは、以降のadd、set及びdeleteアクションが適用されるMatroskaファイルセクション(セグメント情報または特定のトラックヘッダ)を設定します。これは次の\fB\-\-edit\fRオプションが見付かるまでずっと有効です。このオプションへの引数はエディットセレクタと呼ばれます。 .PP デフォルトでは、\fBmkvpropedit\fR(1)はセグメント情報のセクションを編集します。 .SS "セグメント情報" .PP セグメント情報は次の3つの単語によって選択されます。\*(Aqinfo\*(Aq、\*(Aqsegment_info\*(Aqまたは\*(Aqsegmentinfo\*(Aqです。これはセグメントタイトルやセグメントUIDなどのプロパティを格納しています。 .SS "トラックヘッダ" .PP トラックヘッダはもうちょっとだけ複雑なセレクタで選択されます。全ての場合でセレクタは\*(Aqtrack:\*(Aqで始まります。トラックヘッダプロパティには、言語コード、\*(Aqデフォルトトラック\*(Aqフラグやトラック名のようなエレメントがあります。 .PP \fBtrack:\fR\fIn\fR .RS 4 パラメータ\fIn\fRが数字であれば、\fIn\fR番目のトラックが選択されます。トラックの順番は、\fBmkvmerge\fR(1)に\fB\-\-identify\fRオプションを指定すると出力されるものと同じです。 .sp Numbering starts at 1\&. .RE .PP \fBtrack:\fR\fIt\fR\fIn\fR .RS 4 パラメータが一文字の英字\fIt\fRで始まり、次に\fIn\fRが続く場合、あるトラックタイプで\fIn\fR番目のトラックが選択されます。トラックタイプパラメータ\fIt\fRは、オーディオトラックを示す\*(Aqa\*(Aq、ボタントラックを示す\*(Aqb\*(Aq、字幕トラックを示す\*(Aqs\*(Aq、ビデオトラックを示す\*(Aqv\*(Aqの四つのうちの一つでなければなりません。トラックの順番は\fBmkvmerge\fR(1)の\fB\-\-identify\fRオプションで出力される順番と同じです。 .sp Numbering starts at 1\&. .RE .PP \fBtrack:\fR=\fIuid\fR .RS 4 パラメータが\*(Aq=\*(Aqで始まり、次に\fIuid\fRが続く場合は、トラックUIDエレメントが\fIuid\fRのトラックが選択されます。トラックUIDは\fBmkvinfo\fR(1)で取得できます。 .RE .PP \fBtrack:\fR@\fInumber\fR .RS 4 パラメータが\*(Aq@\*(Aqで始まり、次に\fInumber\fRが続く場合は、トラックナンバーエレメントが\fInumber\fRと等しいトラックが選択されます。トラックナンバーは\fBmkvinfo\fR(1)で取得できます。 .RE .SS "注意" .PP トラックエディットセレクタの性質から、いくつかのセレクタが同じトラックヘッダにマッチすることがあります。このような場合、それらのエディットセレクタへの全てのアクションは一つにまとめられ、コマンドラインに指定された順番に実行されます。 .SH "ATTACHMENT SELECTORS" .PP An attachment selector is used with the two actions \fB\-\-replace\-attachment\fR and \fB\-\-delete\-attachment\fR\&. It can have one of the following four forms: .sp .RS 4 .ie n \{\ \h'-04' 1.\h'+01'\c .\} .el \{\ .sp -1 .IP " 1." 4.2 .\} Selection by attachment ID\&. In this form the selector is simply a number, the attachment\*(Aqs ID as output by \fBmkvmerge\fR(1)\*(Aqs identification command\&. .RE .sp .RS 4 .ie n \{\ \h'-04' 2.\h'+01'\c .\} .el \{\ .sp -1 .IP " 2." 4.2 .\} Selection by attachment UID (unique ID)\&. In this form the selector is the equal sign = followed by a number, the attachment\*(Aqs unique ID as output by \fBmkvmerge\fR(1)\*(Aqs verbose identification command\&. .RE .sp .RS 4 .ie n \{\ \h'-04' 3.\h'+01'\c .\} .el \{\ .sp -1 .IP " 3." 4.2 .\} Selection by attachment name\&. In this form the selector is the literal word name: followed by the existing attachment\*(Aqs name\&. If this selector is used with \fB\-\-replace\-attachment\fR then colons within the name to match must be escaped as \ec\&. .RE .sp .RS 4 .ie n \{\ \h'-04' 4.\h'+01'\c .\} .el \{\ .sp -1 .IP " 4." 4.2 .\} Selection by MIME type\&. In this form the selector is the literal word mime\-type: followed by the existing attachment\*(Aqs MIME type\&. If this selector is used with \fB\-\-replace\-attachment\fR then colons within the MIME type to match must be escaped as \ec\&. .RE .SH "例" .PP 下に\*(Aqmovie\&.mkv\*(Aqというファイルを編集する例を示します。この例では、セグメントタイトルを設定し、オーディオトラックと字幕トラックの言語コードを修正します。この例は、最初の\fB\-\-edit\fRオプションが見付かる前の全てのオプションはデフォルトで結局セグメント情報エレメントを編集するので、最初の\fB\-\-edit\fRオプションを省略して短縮できることに注意してください。 .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-edit info \-\-set "title=The movie" \-\-edit track:a1 \-\-set language=fre \-\-edit track:a2 \-\-set language=ita .fi .if n \{\ .RE .\} .PP 二番目の例は、最初の字幕トラックから\*(Aqデフォルトトラックフラグ\*(Aqを削除し二番目の字幕トラックに設定します。\fBmkvpropedit\fR(1)は\fBmkvmerge\fR(1)とは違い、\*(Aqデフォルトトラックフラグ\*(Aqが違うトラックで\*(Aq1\*(Aqに設定されているからといって自動的に他のトラックの\*(Aqデフォルトトラックフラグ\*(Aqを\*(Aq0\*(Aqに設定はしない、という点に注意してください。 .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-edit track:s1 \-\-set flag\-default=0 \-\-edit track:s2 \-\-set flag\-default=1 .fi .if n \{\ .RE .\} .PP ファイル中で2番目の字幕トラックのタグを置換するには、以下のようにします: .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-tags track:s2:new\-subtitle\-tags\&.xml .fi .if n \{\ .RE .\} .PP タグを削除するには、ファイル名を空白にします .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-tags all: .fi .if n \{\ .RE .\} .PP ファイル中のチャプタを置換するには、以下のようにします: .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-chapters new\-chapters\&.xml .fi .if n \{\ .RE .\} .PP 全てのチャプタを削除するには、ファイル名を空白にします .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-chapters \*(Aq\*(Aq .fi .if n \{\ .RE .\} .PP Adding a font file (Arial\&.ttf) as an attachment: .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-add\-attachment Arial\&.ttf .fi .if n \{\ .RE .\} .PP Adding a font file (89719823\&.ttf) as an attachment and providing some information as it really is just Arial: .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-attachment\-name Arial\&.ttf \-\-attachment\-description \*(AqThe Arial font as a TrueType font\*(Aq \-\-attachment\-mime\-type application/x\-truetype\-font \-\-add\-attachment 89719823\&.ttf .fi .if n \{\ .RE .\} .PP Replacing one attached font (Comic\&.ttf) file with another one (Arial\&.ttf): .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-attachment\-name Arial\&.ttf \-\-attachment\-description \*(AqThe Arial font as a TrueType font\*(Aq \-\-replace\-attachment name:Comic\&.ttf:Arial\&.ttf .fi .if n \{\ .RE .\} .PP Deleting the second attached file, whatever it may be: .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-delete\-attachment 2 .fi .if n \{\ .RE .\} .PP Deleting all attached fonts by MIME type: .sp .if n \{\ .RS 4 .\} .nf $ mkvpropedit movie\&.mkv \-\-delete\-attachment mime\-type:application/x\-truetype\-font .fi .if n \{\ .RE .\} .SH "返り値" .PP \fBmkvpropedit\fR(1)は下の3つの返り値を返します。 .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB0\fR \-\- この返り値は変更が成功したことを示します。 .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB1\fR \-\- この返り値は、一つ以上の警告が出力されましたが、抽出が続行されたことを意味します。警告は \*(Aq警告:\*(Aq という文字列を先頭につけて出力されます。出力ファイルが無事であるかどうかは、場合によります。出力ファイルを確認することを強く推奨します。 .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB2\fR \-\- この返り値は、エラーが発生し、エラーメッセージを表示した直後に\fBmkvpropedit\fR(1)が終了したことを示します。エラーメッセージは不正なコマンドラインやファイルI/Oエラー、壊れたファイルなど様々です。 .RE .SH "テキストファイルと文字コード変換" .PP For an in\-depth discussion about how all tools in the MKVToolNix suite handle character set conversions, input/output encoding, command line encoding and console encoding please see the identically\-named section in the \fBmkvmerge\fR(1) man page\&. .SH "環境変数" .PP \fBmkvpropedit\fR(1)はシステムのロケールを決めるデフォルトの変数(例:\fILANG\fRや\fILC_*\fR系)を使用します。追加の変数は以下の通りです: .PP \fIMKVPROPEDIT_DEBUG\fR, \fIMKVTOOLNIX_DEBUG\fR and its short form \fIMTX_DEBUG\fR .RS 4 その内容は、あたかも\fB\-\-debug\fRオプション経由で渡されたかのように扱われます。 .RE .PP \fIMKVPROPEDIT_ENGAGE\fR, \fIMKVTOOLNIX_ENGAGE\fR and its short form \fIMTX_ENGAGE\fR .RS 4 その内容は、あたかも\fB\-\-engage\fRオプション経由で渡されたかのように扱われます。 .RE .SH "関連項目" .PP \fBmkvmerge\fR(1), \fBmkvinfo\fR(1), \fBmkvextract\fR(1), \fBmkvtoolnix-gui\fR(1) .SH "ウェブ" .PP 最新のバージョンは、常時\m[blue]\fBMKVToolNixのホームページ\fR\m[]\&\s-2\u[1]\d\s+2から取得できます。 .SH "著者" .PP \fBBunkus Moritz[FAMILY Given]\fR <\&moritz@bunkus\&.org\&> .RS 4 開発者 .RE .SH "注記" .IP " 1." 4 MKVToolNixのホームページ .RS 4 \%https://mkvtoolnix.download/ .RE