From 7835cd3539d237273c59f48f92e3766b9e96e77f Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 20 May 2002 11:47:40 +0000 Subject: [PATCH] initial revision. --- src/png2swf.1 | 37 +++++++++++++++++++++++++++++++++++++ src/wav2swf.1 | 25 +++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 src/png2swf.1 create mode 100644 src/wav2swf.1 diff --git a/src/png2swf.1 b/src/png2swf.1 new file mode 100644 index 0000000..39706bf --- /dev/null +++ b/src/png2swf.1 @@ -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 +.TP +Rainer Böhme + diff --git a/src/wav2swf.1 b/src/wav2swf.1 new file mode 100644 index 0000000..9fe24a6 --- /dev/null +++ b/src/wav2swf.1 @@ -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 + -- 1.7.10.4