initial revision.
authorkramm <kramm>
Mon, 20 May 2002 11:47:40 +0000 (11:47 +0000)
committerkramm <kramm>
Mon, 20 May 2002 11:47:40 +0000 (11:47 +0000)
src/png2swf.1 [new file with mode: 0644]
src/wav2swf.1 [new file with mode: 0644]

diff --git a/src/png2swf.1 b/src/png2swf.1
new file mode 100644 (file)
index 0000000..39706bf
--- /dev/null
@@ -0,0 +1,37 @@
+.TH png2swf "1" "October 2001" "png2swf" "swftools"
+.SH NAME
+png2swf - convert one or more PNG pictures to swf
+.SH Synopsis
+.B png2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...]
+.SH DESCRIPTION
+Takes a number of png files and converts them to a swf movie, one
+picture per frame.
+.PP
+(SWF files are animation files which can be displayed in Web Browsers using
+the Flash Plugin)
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print short help message and exit
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print version info and exit
+.TP
+\fB\-X\fR, \fB\-\-width\fR \fIscale\fR
+Force movie width to \fIscale\fR (default: autodetect)
+.TP
+\fB\-Y\fR, \fB\-\-height\fR \fIscale\fR
+Force movie height to \fIscale\fR (default: autodetect)
+.TP
+\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
+Explicitly specify output file. (Otherwise, output will go to stdout)
+.TP
+\fB\-r\fR, \fB\-\-framerate\fR \fIrate\fR
+Set movie framerate (100/sec)
+
+.SH AUTHORS
+
+Matthias Kramm <kramm@quiss.org>
+.TP
+Rainer Böhme <rfxswf@reflex-studio.de>
+
diff --git a/src/wav2swf.1 b/src/wav2swf.1
new file mode 100644 (file)
index 0000000..9fe24a6
--- /dev/null
@@ -0,0 +1,25 @@
+.TH wav2swf "1" "October 2001" "wav2swf" "swftools"
+.SH NAME
+wav2swf - convert a WAV file to an SWF animation
+.SH Synopsis
+.B wav2swf [-o file.swf] filename.wav
+.SH DESCRIPTION
+Takes a of wav file and converts them to a swf movie.
+.PP
+(SWF files are animation files which can be displayed in Web Browsers using
+the Flash Plugin)
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print short help message and exit
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print version info and exit
+.TP
+\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
+Explicitly specify output file. (Otherwise, output will go to stdout)
+
+.SH AUTHORS
+
+Matthias Kramm <kramm@quiss.org>
+