spelling corrections etc.
authorkramm <kramm>
Mon, 20 May 2002 18:13:41 +0000 (18:13 +0000)
committerkramm <kramm>
Mon, 20 May 2002 18:13:41 +0000 (18:13 +0000)
src/swfcombine.1
src/swfdump.1
src/wav2swf.1

index 297d4f6..5d46995 100644 (file)
@@ -37,6 +37,10 @@ Print version info and exit
 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
 Explicitly specify output file. (otherwise, output.swf will be used)
 .TP
+\fB\-z\fR, \fB\-\-zlib\fR
+Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
+smaller, but not playable in Flash Plugins of Version 5 and below.
+.TP
 \fB\-l\fR, \fB\-\-overlay\fR
 Don't remove any master objects, only overlay new objects.
 .TP
index 717eb7d..a73d676 100644 (file)
@@ -38,7 +38,7 @@ Print out the frame rate of the movie, in a string of the form "-r rate"
 \fB\-d\fR, \fB\-\-hex\fR
 Print hex output of tag data, too.
 .TP
-\fR\-u\fR, \fB\-\-used\fR
+\fB\-u\fR, \fB\-\-used\fR
 Show referred IDs for each Tag.
 
 .SH AUTHOR
index 9fe24a6..ed7333e 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
-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)
@@ -17,7 +17,7 @@ Print short help message and exit
 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)
 
 .SH AUTHORS