diff options
author | Andrew Strong <andrew.david.52@gmail.com> | 2010-06-17 15:58:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-17 15:58:22 -0500 |
commit | dcd78f43b88c4b233de4384873414c6e6a2aef11 (patch) | |
tree | 5225707de1aec82c5a9cf465e86a9952b9956f64 /libraries/libmatroska/README | |
parent | 6b07118ed628df5076b5abeeed3b0342f5fa7ee6 (diff) |
libraries/libmatroska: Updated for version 1.0.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libmatroska/README')
-rw-r--r-- | libraries/libmatroska/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/libmatroska/README b/libraries/libmatroska/README index 6262c11b934b2..96462f4e48d1c 100644 --- a/libraries/libmatroska/README +++ b/libraries/libmatroska/README @@ -1,6 +1,4 @@ -libmatroska is a required library for the program mkvtoolnix -which creates and manipulates .mkv files (matroska video) and -.mka files (matroska audio). -'Matroska' is an extensible open standard Audio/Video container. +libmatroska is a C++ libary to parse Matroska files (.mkv and .mka). +Matroska is an audio/video container based on EBML. -Requires libebml available at slackbuilds.org
\ No newline at end of file +Requires libebml available at slackbuilds.org |