aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/README
diff options
context:
space:
mode:
authorOzan Turkyilmaz <ozan.turkyilmaz@gmail.com>2018-10-19 13:40:11 +0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-20 21:09:10 +0700
commit2952d214f2d3384add7a5f36751cc233716ad7f5 (patch)
tree7165a2b69745b181733287a57ccaf8af3ae25b81 /multimedia/mkvtoolnix/README
parent894d1e385ad028fef7a96846bb2745065f824480 (diff)
downloadslackbuilds-2952d214f2d3384add7a5f36751cc233716ad7f5.tar.xz
multimedia/mkvtoolnix: Make use the examples and man pages.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mkvtoolnix/README')
-rw-r--r--multimedia/mkvtoolnix/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README
index 2e040fb2a3de..f09c60bcf3f9 100644
--- a/multimedia/mkvtoolnix/README
+++ b/multimedia/mkvtoolnix/README
@@ -1,14 +1,17 @@
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)
+ * 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.
+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, libinput, and libxkbcommon to be installed.
+
+It is also possible to install translation of man pages. It requires
+po4a to be installed. Configure catches it automatically.