X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fwav2swf.1;h=13edbe6de0beec4bc37f6cbd6c4afe7fcb9b572e;hb=f03de7ce28ee2c39fdb9f658359359429135c862;hp=9fe24a6e9311ef7e59b97d5ebeb7c2cee77bcca9;hpb=7835cd3539d237273c59f48f92e3766b9e96e77f;p=swftools.git diff --git a/src/wav2swf.1 b/src/wav2swf.1 index 9fe24a6..13edbe6 100644 --- a/src/wav2swf.1 +++ b/src/wav2swf.1 @@ -1,10 +1,10 @@ -.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 .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,21 @@ 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) +.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