added ratio to put commands
[swftools.git] / src / wav2swf.1
1 .TH wav2swf "1" "February 2004" "wav2swf" "swftools"
2 .SH NAME
3 wav2swf - convert a WAV file to an SWF animation.
4
5 .SH Synopsis
6 .B wav2swf [-o filename] file.wav\n
7
8 .SH DESCRIPTION
9 Takes a wav file and converts it to a swf movie.
10
11 .SH OPTIONS
12 .TP
13 \fB\-h\fR, \fB\-\-help\fR 
14     Print short help message and exit
15 .TP
16 \fB\-V\fR, \fB\-\-version\fR 
17     Print version info and exit
18 .TP
19 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
20     Explicitly specify output file. (Otherwise, output will go to output.swf)
21 .TP
22 \fB\-r\fR, \fB\-\-framerate\fR \fIfps\fR
23     Set file framerate to \fIfps\fR frames per second.
24 .TP
25 \fB\-s\fR, \fB\-\-samplerate\fR \fIsps\fR
26     Set samplerate to \fIsps\fR frames per second (default: 11025).
27 .TP
28 \fB\-b\fR, \fB\-\-bitrate\fR bps
29     Set mp3 bitrate to \fIbps\fR.
30 .TP
31 \fB\-d\fR, \fB\-\-definesound\fR 
32     Store the sound as DEFINESOUND tag, not as streaming sound. Allows for
33     looping.
34 .TP
35 \fB\-l\fR, \fB\-\-loop\fR n
36     Loop the sound n times.
37 .TP
38 \fB\-C\fR, \fB\-\-cgi\fR 
39     For use as CGI- prepend http header, write to stdout.
40 .TP
41 \fB\-S\fR, \fB\-\-stop\fR 
42     Stop the movie at frame 0, and start the sound at 1, so that the
43     sound will not play until a "GotoFrame(1)" is issued.
44     (For use with flashsound.js).
45 .TP
46 \fB\-b\fR, \fB\-\-bitrate\fR \fIbps\fR
47     Set mp3 bitrate to \fIbps\fR (default: 32)
48 .TP
49 \fB\-v\fR, \fB\-\-verbose\fR 
50     Be more verbose. (Use more than one -v for greater effect)