Added some small man pages.

This commit is contained in:
Moritz Bunkus 2003-09-30 14:26:59 +00:00
parent 3df07b41a9
commit f699f66b15
3 changed files with 76 additions and 1 deletions

View File

@ -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)

34
doc/base64tool.1 Normal file
View File

@ -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 <moritz@bunkus.org>.
.SH WWW
The newest version can always be found at
.UR http://www.bunkus.org/videotools/mkvtoolnix/
<http://www.bunkus.org/videotools/mkvtoolnix/>
.UE

41
doc/mmg.1 Normal file
View File

@ -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 <moritz@bunkus.org>.
.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/
<http://www.bunkus.org/videotools/mkvtoolnix/>
.UE