diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-10-28 06:58:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-28 06:58:45 +0700 |
commit | 6b2e4ca7545ee0c626a9eed661381ff1ce9496db (patch) | |
tree | aef453ee426d6e376b46d8087bfbaac3f463f0a3 /multimedia/mkclean/README | |
parent | c2c96c7d052611c3cbe7c022964d5ad82d5d4661 (diff) | |
download | slackbuilds-6b2e4ca7545ee0c626a9eed661381ff1ce9496db.tar.gz |
multimedia/mkclean: Added (Matroska Optimizer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mkclean/README')
-rw-r--r-- | multimedia/mkclean/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/mkclean/README b/multimedia/mkclean/README new file mode 100644 index 0000000000..4ea5c66714 --- /dev/null +++ b/multimedia/mkclean/README @@ -0,0 +1,14 @@ +mkclean (command line tool to clean and optimize Matroska) + +mkclean is a command line tool to clean and optimize Matroska (.mkv / +.mka / .mks / .mk3d) 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. |