X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fwav2swf.doc;h=55fdc8fad93d3099b41f43c435c9f7b9e9935333;hp=9ab81a219fc7dfdab8dfdff1cc92efb6f9cbf020;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=74f69d1066df692363c4ef89cd8aa2c2e5e38d59 diff --git a/src/wav2swf.doc b/src/wav2swf.doc index 9ab81a2..55fdc8f 100644 --- a/src/wav2swf.doc +++ b/src/wav2swf.doc @@ -1,4 +1,4 @@ -Usage: %s [-o filename] file.wav\n +Usage: %s [-o filename] file.wav convert a WAV file to an SWF animation. @@ -14,8 +14,6 @@ Takes a wav file and converts it to a swf movie. Set file framerate to frames per second. -s , --samplerate Set samplerate to frames per second (default: 11025). --b, --bitrate bps - Set mp3 bitrate to . -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 Set mp3 bitrate to (default: 32) -v --verbose Be more verbose Be more verbose. (Use more than one -v for greater effect) +.SH AUTHOR + +Matthias Kramm