diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-28 23:39:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-28 23:39:16 +0800 |
commit | cf363f39d74ed1590c79b83a56bb16c15dc18b5c (patch) | |
tree | 5edf9144a665e5e0de0ec3d1553667cec9e29081 /multimedia/Makefile | |
parent | 99982185032a9246c1d47180ca871ce6652d5733 (diff) | |
download | freebsd-ports-gnome-cf363f39d74ed1590c79b83a56bb16c15dc18b5c.tar.gz freebsd-ports-gnome-cf363f39d74ed1590c79b83a56bb16c15dc18b5c.tar.zst freebsd-ports-gnome-cf363f39d74ed1590c79b83a56bb16c15dc18b5c.zip |
mkvalidator is a simple command line tool to verify Matroska and WebM files for
spec conformance. It checks the various bogus or missing key elements against
the EBML DocType version of the file and reports the errors/warnings in the
command line.
http://www.matroska.org/downloads/mkvalidator.html
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index ef9257e3155a..38c2c77a9cf6 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -195,6 +195,7 @@ SUBDIR += miro SUBDIR += mjpegtools SUBDIR += mkclean + SUBDIR += mkvalidator SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt |