X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fwav2swf.doc;h=55fdc8fad93d3099b41f43c435c9f7b9e9935333;hp=7744c567c4f9944ebc2c12671f3056ee785c47fd;hb=aab59bee1b79b487e2a15ec57a80a857ffd623a5;hpb=7133cc0e1e4d1be5d8a04b39e75ab6cd1b3ee3a0 diff --git a/src/wav2swf.doc b/src/wav2swf.doc index 7744c56..55fdc8f 100644 --- a/src/wav2swf.doc +++ b/src/wav2swf.doc @@ -1,49 +1,41 @@ -Usage: %s [-o filename] file.wav\n +Usage: %s [-o filename] file.wav convert a WAV file to an SWF animation. Takes a wav file and converts it to a swf movie. -h, --help -Print short help message and exit - + Print short help message and exit -V, --version -Print version info and exit - + Print version info and exit -o, --output -Explicitly specify output file. (Otherwise, output will go to output.swf) - --r, --framerate \fIfps -Set file framerate to \fIfps frames per second. - + Explicitly specify output file. (Otherwise, output will go to output.swf) +-r, --framerate + Set file framerate to frames per second. -s , --samplerate -Set samplerate to sps frames per second (default: 11025). - --b, --bitrate \fIbps -Set mp3 bitrate to \fIbps. - + Set samplerate to frames per second (default: 11025). -d, --definesound -Generate a DefineSound tag instead of streaming sound. -Store the sound as DEFINESOUND tag, not as streaming sound. Allows for -looping. - --l, --loop \fIn -(Only used with -d) -Loop the sound n times. - + Generate a DefineSound tag instead of streaming sound. + Store the sound as DEFINESOUND tag, not as streaming sound. Allows for + looping. +-l, --loop n + (Only used with -d) + Loop the sound n times. -C --cgi -For use as CGI- prepend http header, write to stdout. - + For use as CGI- prepend http header, write to stdout. -S, --stop -Stop the movie at frame 0 -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). - + Stop the movie at frame 0 + 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) - + Set mp3 bitrate to (default: 32) -v --verbose -Be more verbose -Be more verbose. (Use more than one -v for greater effect) + Be more verbose + Be more verbose. (Use more than one -v for greater effect) + +.SH AUTHOR +Matthias Kramm