diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2011-03-27 12:21:01 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 12:21:01 -0500 |
commit | 89d29177dc62a3532603e005498719e56c1de8f8 (patch) | |
tree | 09f83692d6c7d376ff7af0b9862581497be55bc3 /multimedia/mkvtoolnix/README | |
parent | d2e1c035bf227db5f6d8173a77d001c1506ec1c5 (diff) |
multimedia/mkvtoolnix: Updated for version 4.6.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/mkvtoolnix/README')
-rw-r--r-- | multimedia/mkvtoolnix/README | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README index 60902210ecb2..5203128db5da 100644 --- a/multimedia/mkvtoolnix/README +++ b/multimedia/mkvtoolnix/README @@ -1,10 +1,14 @@ MKVToolnix is a set of tools to create, alter and inspect Matroska (and WebM) files. With these tools one can: -* Get information about Matroska files (mkvinfo) -* Extract tracks/data from Matroska files (mkvextract) -* Create Matroska files from other media files (mkvmerge) -* Modify properties of existing Matroska files (mkvpropedit) +* Get information about Matroska files (mkvinfo) * Extract tracks/data +from Matroska files (mkvextract) * Create Matroska files from other +media files (mkvmerge) * Modify properties of existing Matroska files +(mkvpropedit) -MKVToolnix requires libebml, libmatroska and wxGTK/wxPython all of which -are available on Slackbuilds.org. +This requires wxGTK or wxPython. + +It comes with internal versions of libembl and libmatroska, which will +be used if system-wide installations of them are not present. + +Interested parties can build a QT GUI by passing QTGUI=yes |