Mark Filipak (ffmpeg) wrote > And in lines like this: > "[matroska @ 000001f9e7236480] Starting new cluster due to timestamp" > Why are new clusters started? What causes it? > In this context, what is a cluster? > What does "due to timestamp" really mean? Are there timestamp errors?
Not sure about the other questions, but clusters are the "units" of the mkv container specification. There is a variable, but maximum limit to the size (in bytes or duration) of a cluster. Once you pass a certain duration a new cluster is started, it's normal. Look at the mkvmerge documentation for more information. For ffmpeg specific mkv muxer options, they are listed in the fullhelp -- Sent from: http://ffmpeg-users.933282.n4.nabble.com/ _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
