fixed the bpp 3 bug reported by Amartyo Banerjee.
[swftools.git] / avi2swf / avi2swf.1
1 .TH avi2swf "1" "January 2003" "avi2swf" "swftools"
2 .SH NAME
3 avi2swf - convert AVI files into SWF
4 .SH Synopsis
5 .B avi2swf
6 [\fIoptions\fR] \fIfile.avi\fR [-o \fIfile.swf\fR]
7 .SH DESCRIPTION
8 This tools converts AVI Video files into Flash SWF Animation
9 files.
10 .SH OPTIONS
11 .TP
12 \fB\-h\fR, \fB\-\-help\fR
13 Print short help message and exit
14 .TP
15 \fB\-V\fR, \fB\-\-version\fR
16 Print version info and exit
17 .TP
18 \fB\-v\fR, \fB\-\-verbose\fR
19 Be verbose. Use more than one -v for greater effect.
20 .TP
21 \fB\-o\fR \fIfilename\fR, \fB\-\-output\fR \fIfilename\fR
22 Set output filename to \fIfilename\fR.
23 .TP
24 \fB\-p\fR, \fB\-\-flip\fR
25 Turn the movie upside down.
26 .TP
27 \fB\-x\fR, \fB\-\-extragood\fR
28 Enable highest-quality encoding. Warning: This is slow!
29 .TP
30 \fB\-S\fR \fIn\fR, \fB\-\-skip \fIn\fR\fR
31 Skip \fIn\fR frames before starting to encode.
32 .TP
33 \fB\-s\fR \fIfactor\fR, \fB\-\-scale \fIfactor\fR\fR
34 Scale movie by factor%. factor must be in the range 1-100.
35 .TP
36 \fB\-q\fR \fIq\fR, \fB\-\-quality\fR \fIq\fR
37 Set the compression quality to \fIq\fR. \fIq\fR must be
38 in the range 1-100. (1=worst, 100=best).
39
40 .SH AUTHOR
41
42 Matthias Kramm <kramm@quiss.org>