implemented --framerate.
[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 wav file and converts it 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 output.swf)
21 .TP
22 \fB\-f\fR, \fB\-\-framerate\fR \fIfps\fR
23 Set file framerate to \fIfps\fR frames per second.
24 .TP
25 \fB\-l\fR, \fB\-\-loop\fR \fIn\fR
26 (Only used with -d)
27 Loop the sound n times.
28 .TP
29 \fB\-d\fR, \fB\-\-definesound\fR
30 Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
31 looping.
32
33 .SH AUTHORS
34
35 Matthias Kramm <kramm@quiss.org>
36