diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2011-10-24 18:22:40 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 22:02:24 -0200 |
commit | 755618cf2fba744db157ef071dbefd30de663f26 (patch) | |
tree | 2a4c730b7a61e5a47babfd595e51b148c6f628a5 /multimedia/mkvtoolnix/README | |
parent | 169fc39990b315d10fe1e41810d37500a7609311 (diff) | |
download | slackbuilds-755618cf2fba744db157ef071dbefd30de663f26.tar.gz |
multimedia/mkvtoolnix: Updated for version 5.0.1.
Signed-off-by: Erik Hanson <erik@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 0dede8fa68..55eaca433e 100644 --- a/multimedia/mkvtoolnix/README +++ b/multimedia/mkvtoolnix/README @@ -1,14 +1,18 @@ MKVToolnix is a set of tools to create, alter and inspect Matroska -(and WebM) files. With these tools, you can +(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 wxGTK/wxPython all of which are available on Slackbuilds.org and it comes with internal versions of libembl and libmatroska. Configure will use the internal versions if it fails -to find system ones. +to find systemwide Interested parties can build QT version of GUI by passing QTGUI=yes + +Note: Mkvtoolnix build will try to use system libmatroska and libembl +and if they don't exist or unusable, then it will build Mkvtoolnix +linking with them. |