2010-05-11 22:54:34 +02:00
|
|
|
MKVToolnix is a set of tools to create, alter and inspect Matroska
|
2011-10-25 01:22:40 +02:00
|
|
|
(and WebM) files. With these tools one can:
|
2010-05-11 22:54:34 +02:00
|
|
|
|
2018-10-19 10:40:11 +02:00
|
|
|
* 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)
|
2010-06-17 23:10:56 +02:00
|
|
|
|
2018-10-19 10:40:11 +02:00
|
|
|
Note: This comes with internal versions of libembl and libmatroska.
|
2013-10-29 19:45:13 +01:00
|
|
|
Configure will use the internal versions if it fails to find them or
|
|
|
|
they are unusable.
|
2011-10-01 07:04:09 +02:00
|
|
|
|
2014-12-14 09:54:39 +01:00
|
|
|
Interested parties can build QT version of GUI by passing QTGUI=yes.
|
2018-01-28 15:13:22 +01:00
|
|
|
This requires QT5, libinput, and libxkbcommon to be installed.
|
2018-10-19 10:40:11 +02:00
|
|
|
|
|
|
|
It is also possible to install translation of man pages. It requires
|
|
|
|
po4a to be installed. Configure catches it automatically.
|