freebsd-ports/multimedia/mkclean/pkg-descr
Vanilla I. Shu d5632c27e2 Add mkclean 0.6.0, clean and optimize Matroska and WebM files.
PR:		ports/151679
Submitted by:	Peter Johnson <johnson.peter at gmail.com>
2010-10-25 06:18:51 +00:00

11 lines
647 B
Text

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.