slackbuilds_ponce/multimedia/mkvtoolnix/README
Willy Sudiarto Raharjo a8f4e8606a multimedia/mkvtoolnix: Update README about qt5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-14 15:54:39 +07:00

14 lines
597 B
Text

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)
Note: this comes with internal versions of libembl and libmatroska.
Configure will use the internal versions if it fails to find them or
they are unusable.
Interested parties can build QT version of GUI by passing QTGUI=yes.
This requires qt5 to be installed.