2010-05-12 04:54:34 +08:00
|
|
|
MKVToolnix is a set of tools to create, alter and inspect Matroska
|
2011-10-25 07:22:40 +08:00
|
|
|
(and WebM) files. With these tools one can:
|
2010-05-12 04:54:34 +08:00
|
|
|
|
2018-10-19 16:40:11 +08: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-18 05:10:56 +08:00
|
|
|
|
2018-10-19 16:40:11 +08:00
|
|
|
Note: This comes with internal versions of libembl and libmatroska.
|
2013-10-30 02:45:13 +08:00
|
|
|
Configure will use the internal versions if it fails to find them or
|
|
|
|
they are unusable.
|
2011-10-01 13:04:09 +08:00
|
|
|
|
2022-02-10 09:53:37 +08:00
|
|
|
The script will build QT GUI by default. It can be disabled by GUI=no
|
2018-10-19 16:40:11 +08:00
|
|
|
|
|
|
|
It is also possible to install translation of man pages. It requires
|
|
|
|
po4a to be installed. Configure catches it automatically.
|