X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fwav2swf.1;h=69c782147888787ca4258ca2520271234ce28ff1;hp=13edbe6de0beec4bc37f6cbd6c4afe7fcb9b572e;hb=6f3e9add89a0157ef6552bc154475b43b371e615;hpb=7133cc0e1e4d1be5d8a04b39e75ab6cd1b3ee3a0 diff --git a/src/wav2swf.1 b/src/wav2swf.1 index 13edbe6..69c7821 100644 --- a/src/wav2swf.1 +++ b/src/wav2swf.1 @@ -1,39 +1,50 @@ -.TH wav2swf "1" "January 2003" "wav2swf" "swftools" +.TH wav2swf "1" "February 2004" "wav2swf" "swftools" .SH NAME -wav2swf - convert a WAV file to an SWF animation +wav2swf - convert a WAV file to an SWF animation. + .SH Synopsis -.B wav2swf [-o file.swf] filename.wav +.B wav2swf [-o filename] file.wav\n + .SH DESCRIPTION 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) + .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR -Print short help message and exit +\fB\-h\fR, \fB\-\-help\fR + Print short help message and exit .TP -\fB\-V\fR, \fB\-\-version\fR -Print version info and exit +\fB\-V\fR, \fB\-\-version\fR + Print version info and exit .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR -Explicitly specify output file. (Otherwise, output will go to output.swf) + 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. + Set file framerate to \fIfps\fR frames per second. .TP -\fB\-b\fR, \fB\-\-bitrate\fR \fIbps\fR -Set mp3 bitrate to \fIbps\fR. +\fB\-s\fR, \fB\-\-samplerate\fR \fIsps\fR + Set samplerate to \fIsps\fR frames per second (default: 11025). .TP -\fB\-l\fR, \fB\-\-loop\fR \fIn\fR -(Only used with -d) -Loop the sound n times. +\fB\-b\fR, \fB\-\-bitrate\fR bps + Set mp3 bitrate to \fIbps\fR. .TP -\fB\-d\fR, \fB\-\-definesound\fR -Store the sound as DEFINESOUND tag, not as streaming sound. Allows for -looping. - -.SH AUTHORS - -Matthias Kramm - +\fB\-d\fR, \fB\-\-definesound\fR + Store the sound as DEFINESOUND tag, not as streaming sound. Allows for + looping. +.TP +\fB\-l\fR, \fB\-\-loop\fR n + Loop the sound n times. +.TP +\fB\-C\fR, \fB\-\-cgi\fR + For use as CGI- prepend http header, write to stdout. +.TP +\fB\-S\fR, \fB\-\-stop\fR + 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). +.TP +\fB\-b\fR, \fB\-\-bitrate\fR \fIbps\fR + Set mp3 bitrate to \fIbps\fR (default: 32) +.TP +\fB\-v\fR, \fB\-\-verbose\fR + Be more verbose. (Use more than one -v for greater effect)