blob: b35aa1d02e86d81991c1cdf19f760ad7d14c1b81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
mkclean is a command line tool to clean and optimize Matroska (.mkv / .mka /
.mks) and WebM (.webm / .weba) files that have already been muxed. It reorders
the elements with the Cues at the front, so your Matroska files are ready to be
streamed efficiently over the web. 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 keyframe and the matching audio/subtitle blocks for that
keyframe.
Also comes with mkWDclean to modify files in a way they can play in
broken/incomplete players.
|