mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
72320f6142
Bumped the version number. Set the release code name. Added the release message.
34 lines
1.0 KiB
Groff
34 lines
1.0 KiB
Groff
.TH BASE64TOOL "1" "July 2009" "base64tool v2.9.7" "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/
|
|
.UE
|