Bug 151679 - [NEW PORT] multimedia/mkclean: Clean and optimize Matroska and WebM files
Summary: [NEW PORT] multimedia/mkclean: Clean and optimize Matroska and WebM files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-24 10:40 UTC by Peter Johnson
Modified: 2010-10-25 07:20 UTC (History)
0 users

See Also:


Attachments
mkclean-0.6.0.shar (3.41 KB, text/plain)
2010-10-24 10:40 UTC, Peter Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.