2016-10-28 01:58:45 +02:00
|
|
|
mkclean (command line tool to clean and optimize Matroska)
|
|
|
|
|
|
|
|
mkclean is a command line tool to clean and optimize Matroska (.mkv /
|
|
|
|
.mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already
|
2017-04-23 01:37:00 +02:00
|
|
|
been muxed. It reorders the elements with the Cues at the front, so
|
2016-10-28 01:58:45 +02:00
|
|
|
your Matroska files are ready to be streamed efficiently over the web.
|
|
|
|
|
2017-04-23 01:37:00 +02:00
|
|
|
It also removes elements not found in the Matroska specs and the extra
|
|
|
|
Meta Seek list of Clusters that some program add to their file. It can
|
|
|
|
also optionally remux the Cluster blocks to start each boundary with a
|
2016-10-28 01:58:45 +02:00
|
|
|
keyframe and the matching audio/subtitle blocks for that keyframe.
|
|
|
|
|
2017-04-23 01:37:00 +02:00
|
|
|
Also comes with mkWDclean to modify files in a way they can play in
|
2016-10-28 01:58:45 +02:00
|
|
|
broken/incomplete players.
|