summaryrefslogtreecommitdiffstats
path: root/multimedia/mkclean/README
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mkclean/README')
-rw-r--r--multimedia/mkclean/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/mkclean/README b/multimedia/mkclean/README
index 65cda3c184..9d8de20669 100644
--- a/multimedia/mkclean/README
+++ b/multimedia/mkclean/README
@@ -1,14 +1,15 @@
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.
+mkclean is a command line tool to clean and optimize Matroska files
+(.mkv / .mka / .mks / .mk3d) and WebM files (.webm / .weba) 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 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.