moved extern declaration up to prevent compile-time errors.
[swftools.git] / src / wav2swf.1
index ed7333e..13edbe6 100644 (file)
@@ -1,4 +1,4 @@
-.TH wav2swf "1" "October 2001" "wav2swf" "swftools"
+.TH wav2swf "1" "January 2003" "wav2swf" "swftools"
 .SH NAME
 wav2swf - convert a WAV file to an SWF animation
 .SH Synopsis
@@ -18,6 +18,20 @@ Print version info and exit
 .TP
 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
 Explicitly specify output file. (Otherwise, output will go to output.swf)
+.TP
+\fB\-r\fR, \fB\-\-framerate\fR \fIfps\fR
+Set file framerate to \fIfps\fR frames per second.
+.TP
+\fB\-b\fR, \fB\-\-bitrate\fR \fIbps\fR
+Set mp3 bitrate to \fIbps\fR.
+.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