implemented --framerate.
[swftools.git] / src / wav2swf.1
index 9fe24a6..58ef992 100644 (file)
@@ -4,7 +4,7 @@ wav2swf - convert a WAV file to an SWF animation
 .SH Synopsis
 .B wav2swf [-o file.swf] filename.wav
 .SH DESCRIPTION
 .SH Synopsis
 .B wav2swf [-o file.swf] filename.wav
 .SH DESCRIPTION
-Takes a of wav file and converts them to a swf movie.
+Takes a wav file and converts it to a swf movie.
 .PP
 (SWF files are animation files which can be displayed in Web Browsers using
 the Flash Plugin)
 .PP
 (SWF files are animation files which can be displayed in Web Browsers using
 the Flash Plugin)
@@ -17,7 +17,18 @@ Print short help message and exit
 Print version info and exit
 .TP
 \fB\-o\fR, \fB\-\-output\fR \fIfilename\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)
+Explicitly specify output file. (Otherwise, output will go to output.swf)
+.TP
+\fB\-f\fR, \fB\-\-framerate\fR \fIfps\fR
+Set file framerate to \fIfps\fR frames per second.
+.TP
+\fB\-l\fR, \fB\-\-loop\fR \fIn\fR
+(Only used with -d)
+Loop the sound n times.
+.TP
+\fB\-d\fR, \fB\-\-definesound\fR
+Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
+looping.
 
 .SH AUTHORS
 
 
 .SH AUTHORS