1 .TH wav2swf "1" "January 2003" "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\-b\fR, \fB\-\-bitrate\fR \fIbps\fR
26 Set mp3 bitrate to \fIbps\fR.
28 \fB\-l\fR, \fB\-\-loop\fR \fIn\fR
30 Loop the sound n times.
32 \fB\-d\fR, \fB\-\-definesound\fR
33 Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
38 Matthias Kramm <kramm@quiss.org>