[FFmpeg-user] Questions about "Cannot allocate memory"
pdr0
pdr0 at shaw.ca
Mon Feb 1 04:14:45 EET 2021
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/
More information about the ffmpeg-user
mailing list