Bug 151679

Summary: [NEW PORT] multimedia/mkclean: Clean and optimize Matroska and WebM files
Product: Ports & Packages Reporter: Peter Johnson <johnson.peter>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mkclean-0.6.0.shar none

Description Peter Johnson 2010-10-24 10:40:08 UTC
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
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-10-25 07:18:56 UTC
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"
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2010-10-25 07:19:27 UTC
State Changed
From-To: open->closed

Committed, thanks.