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. Generated with FreeBSD Port Tools 0.99
vanilla 2010-10-25 06:18:51 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/mkclean Makefile distinfo pkg-descr multimedia/mkclean/files patch-file_libc.c patch-root.proj Log: Add mkclean 0.6.0, clean and optimize Matroska and WebM files. PR: ports/151679 Submitted by: Peter Johnson <johnson.peter at gmail.com> Revision Changes Path 1.396 +1 -0 ports/multimedia/Makefile 1.1 +33 -0 ports/multimedia/mkclean/Makefile (new) 1.1 +3 -0 ports/multimedia/mkclean/distinfo (new) 1.1 +11 -0 ports/multimedia/mkclean/files/patch-file_libc.c (new) 1.1 +10 -0 ports/multimedia/mkclean/files/patch-root.proj (new) 1.1 +11 -0 ports/multimedia/mkclean/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.