mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-05 17:00:28 +00:00
mkvmerge man page: remove wrong statement about MIME type having to be set
This commit is contained in:
parent
ec570f69d5
commit
77094cb65f
3
NEWS.md
3
NEWS.md
@ -11,6 +11,9 @@
|
||||
found. Fixes #3744.
|
||||
* mkvmerge: MP4 reader: mkvmerge will no longer warn when multiple identical
|
||||
FourCCs are present within the same track headers. Fixes #3748.
|
||||
* mkvmerge man page: removed the wrong statement that an attachment's MIME
|
||||
type must be set before use of the `--attach-file` & `--attach-file-once`
|
||||
options. If not given, mkvmerge auto-detects the MIME type.
|
||||
|
||||
|
||||
# Version 87.0 "Black as the Sky" 2024-09-07
|
||||
|
@ -1161,10 +1161,9 @@ $ mkvmerge -o out.mkv '(' file.mkv ')'</screen>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Creates a file attachment inside the &matroska; file. The <abbrev>MIME</abbrev> type must have been set before this option can used. The
|
||||
difference between the two forms is that during splitting the files attached with <option>--attach-file</option> are attached to all
|
||||
output files while the ones attached with <option>--attach-file-once</option> are only attached to the first file created. If
|
||||
splitting is not used then both do the same.
|
||||
Creates a file attachment inside the &matroska; file. The difference between the two forms is that during splitting the files
|
||||
attached with <option>--attach-file</option> are attached to all output files while the ones attached with
|
||||
<option>--attach-file-once</option> are only attached to the first file created. If splitting is not used then both do the same.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user