new parameter addspacechars
[swftools.git] / src / wav2swf.doc
index a42d159..55fdc8f 100644 (file)
@@ -14,8 +14,6 @@ Takes a wav file and converts it to a swf movie.
     Set file framerate to <fps> frames per second.
 -s , --samplerate <sps>
     Set samplerate to <sps> frames per second (default: 11025).
--b, --bitrate bps
-    Set mp3 bitrate to <bps>.
 -d, --definesound
     Generate a DefineSound tag instead of streaming sound.
     Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
@@ -30,9 +28,14 @@ Takes a wav file and converts it to a swf movie.
     Stop the movie at frame 0, and start the sound at 1, so that the
     sound will not play until a "GotoFrame(1)" is issued.
     (For use with flashsound.js).
+-E, --end
+    Stop the movie at the end frame
 -b --bitrate <bps>
     Set mp3 bitrate to <bps> (default: 32)
 -v --verbose
     Be more verbose
     Be more verbose. (Use more than one -v for greater effect)
 
+.SH AUTHOR
+
+Matthias Kramm <kramm@quiss.org>