initial revision.
[swftools.git] / src / wav2swf.1
1 .TH wav2swf "1" "October 2001" "wav2swf" "swftools"
2 .SH NAME
3 wav2swf - convert a WAV file to an SWF animation
4 .SH Synopsis
5 .B wav2swf [-o file.swf] filename.wav
6 .SH DESCRIPTION
7 Takes a of wav file and converts them to a swf movie.
8 .PP
9 (SWF files are animation files which can be displayed in Web Browsers using
10 the Flash Plugin)
11 .SH OPTIONS
12 .TP
13 \fB\-h\fR, \fB\-\-help\fR
14 Print short help message and exit
15 .TP
16 \fB\-V\fR, \fB\-\-version\fR
17 Print version info and exit
18 .TP
19 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
20 Explicitly specify output file. (Otherwise, output will go to stdout)
21
22 .SH AUTHORS
23
24 Matthias Kramm <kramm@quiss.org>
25