1 .TH wav2swf "1" "October 2001" "wav2swf" "swftools"
3 wav2swf - convert a WAV file to an SWF animation
5 .B wav2swf [-o file.swf] filename.wav
7 Takes a wav file and converts it to a swf movie.
9 (SWF files are animation files which can be displayed in Web Browsers using
13 \fB\-h\fR, \fB\-\-help\fR
14 Print short help message and exit
16 \fB\-V\fR, \fB\-\-version\fR
17 Print version info and exit
19 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
20 Explicitly specify output file. (Otherwise, output will go to output.swf)
22 \fB\-r\fR, \fB\-\-framerate\fR \fIfps\fR
23 Set file framerate to \fIfps\fR frames per second.
25 \fB\-l\fR, \fB\-\-loop\fR \fIn\fR
27 Loop the sound n times.
29 \fB\-d\fR, \fB\-\-definesound\fR
30 Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
35 Matthias Kramm <kramm@quiss.org>