mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Match the documentation to mkvmerge's actual limits regarding --cluster-length.
This commit is contained in:
parent
8f8b681599
commit
39268ed75a
@ -103,9 +103,10 @@ ones given with this option have been created.
|
||||
\fB\-\-cluster\-length \fR \fIn[ms]\fR
|
||||
Put at most \fIn\fR data blocks into each cluster. If the number is
|
||||
postfixed with 'ms' then put at most \fIn\fR milliseconds of data into
|
||||
each cluster. The maximum length for a cluster is 32767ms. Programs will
|
||||
each cluster. The maximum length for a cluster that \fBmkvmerge\fR accepts
|
||||
is 60000 blocks and 32000ms; the minimum length is 100ms. Programs will
|
||||
only be able to seek to clusters, so creating larger clusters may lead to
|
||||
imprecise seeking and/or processing.
|
||||
imprecise or slow seeking.
|
||||
.TP
|
||||
\fB\-\-no\-cues\fR
|
||||
Tells \fBmkvmerge\fR not to create and write the cue data which can be compared
|
||||
|
Loading…
Reference in New Issue
Block a user