diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2011-10-01 00:04:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:25 -0500 |
commit | 87a84b5b65ade757de7d76a6c37369a21190e88b (patch) | |
tree | d1ff16bdb70d1c631a1e9858409aadff56a5f574 /multimedia/mkvtoolnix/README | |
parent | 6d4bb976b711277581086448ddf5356568b8d2d1 (diff) | |
download | slackbuilds-87a84b5b65ade757de7d76a6c37369a21190e88b.tar.gz |
multimedia/mkvtoolnix: Updated for version 4.9.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, 11 insertions, 5 deletions
diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README index f8293b2e05..0dede8fa68 100644 --- a/multimedia/mkvtoolnix/README +++ b/multimedia/mkvtoolnix/README @@ -1,8 +1,14 @@ MKVToolnix is a set of tools to create, alter and inspect Matroska -(and WebM) files. With these tools one can: +(and WebM) files. With these tools, you can -MKVToolnix requires wxGTK or wxPython. It comes with internal versions -of libembl and libmatroska, and it will use the internal versions if they -are not installed on the system. +* 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) -Interested parties can build a QT GUI by passing QTGUI=yes to the script. +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. + +Interested parties can build QT version of GUI by passing QTGUI=yes |