From f699f66b1563123573563a59ae2924756e0d9c61 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 30 Sep 2003 14:26:59 +0000 Subject: [PATCH] Added some small man pages. --- doc/Makefile.am | 2 +- doc/base64tool.1 | 34 ++++++++++++++++++++++++++++++++++ doc/mmg.1 | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 doc/base64tool.1 create mode 100644 doc/mmg.1 diff --git a/doc/Makefile.am b/doc/Makefile.am index 93d5bf195..8caea2f14 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,3 @@ -man_MANS = mkvmerge.1 mkvinfo.1 mkvextract.1 +man_MANS = mkvmerge.1 mkvinfo.1 mkvextract.1 base64tool.1 mmg.1 EXTRA_DIST = $(man_MANS) diff --git a/doc/base64tool.1 b/doc/base64tool.1 new file mode 100644 index 000000000..6b3439f4d --- /dev/null +++ b/doc/base64tool.1 @@ -0,0 +1,34 @@ +.TH BASE64TOOL "1" "September 2003" "base64tool v0.7.1" "User Commands" + + +.SH NAME +base64tool \- encode files into Base64 encoding and decode Base64 encoded files + + +.SH SYNOPSIS +.B base64tool +<\fIencode\fR|\fIdecode\fR> <\fIinput\fR> <\fIoutput\fR> [\fImaxlen\fR] + + +.SH DESCRIPTION +.LP +This program can either encode a file with Base64 encoding suited for +inclusion of binary data into text files such as XML files and decode +Base64 encoded data back into its original form. The first argument +controls whether \fBbase64tool\fR will encode or decode. The second +argument is name of the file that data is read from. The third +argument is the name of the file that output is written to. The file +will be overwritten if it exists. +.LP +When encoding an optional fourth parameter, \fImaxlen\fR, specifies +the maximum line length to output. It defaults to 72 if left out. + + +.SH AUTHOR +.I base64tool +was written by Moritz Bunkus . +.SH WWW +The newest version can always be found at +.UR http://www.bunkus.org/videotools/mkvtoolnix/ + +.UE diff --git a/doc/mmg.1 b/doc/mmg.1 new file mode 100644 index 000000000..1f5e3cda1 --- /dev/null +++ b/doc/mmg.1 @@ -0,0 +1,41 @@ +.TH MMG "1" "September 2003" "mmg v0.7.1" "User Commands" + + +.SH NAME +mmg \- a GUI for mkvmerge including a chapter editor + + +.SH SYNOPSIS +.B mmg +[\fIpreferences.mmg\fR] + + +.SH DESCRIPTION +.LP +\fBmmg\fR is a wxWindows based GUI for \fBmkvmerge\fR. It offers easy +access to all of \fBmkvmerge\fR's options. All settings (e.g. source +files, track options etc) can be saved and restored. Included is a +chapter editor that can read OGM style and XML style chapter files, +write XML style chapter files and even read chapters from Matroska +files and write chapters directly to Matroska files. +.LP +The only argument is an optional name of a preferences file that will +be loaded directly after startup. This way \fBmmg\fR preferences files +can be associated with \fBmmg\fR itself. +.LP +The full documentation is available in HTML form (doc/mkvmerge-gui.html). + + +.SH AUTHOR +.I mmg +was written by Moritz Bunkus . +.SH SEE ALSO +.BR mkvmerge (1), +.BR mkvinfo (1), +.BR mkvextract (1) + +.SH WWW +The newest version can always be found at +.UR http://www.bunkus.org/videotools/mkvtoolnix/ + +.UE