From 2952d214f2d3384add7a5f36751cc233716ad7f5 Mon Sep 17 00:00:00 2001 From: Ozan Turkyilmaz Date: Fri, 19 Oct 2018 13:40:11 +0500 Subject: multimedia/mkvtoolnix: Make use the examples and man pages. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/mkvtoolnix/README | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'multimedia/mkvtoolnix/README') diff --git a/multimedia/mkvtoolnix/README b/multimedia/mkvtoolnix/README index 2e040fb2a3..f09c60bcf3 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. -- cgit v1.2.3