new parameter addspacechars
[swftools.git] / avi2swf / avi2swf.1
1 .TH avi2swf "1" "February 2006" "avi2swf" "swftools"
2 .SH NAME
3 avi2swf - Converts an avi video file to SWF.
4
5 .SH Synopsis
6 .B avi2swf file.avi [-o output.swf]
7
8 .SH DESCRIPTION
9 Converts an AVI video file to SWF.
10 .PP
11 From Version 6 on, SWF supports h.263 video rendering. This tool generates,
12 among some other formats (see below), SWF movies which contain such h.263 video 
13 from AVI files.
14
15 .SH OPTIONS
16 .TP
17 \fB\-h\fR, \fB\-\-help\fR 
18     Print help and exit
19 .TP
20 \fB\-o\fR, \fB\-\-output\fR filename
21     Specify output filename
22 .TP
23 \fB\-A\fR, \fB\-\-adjust\fR seconds
24     Audio adjust: Shift sound -seconds to the future or +seconds into the past.
25 .TP
26 \fB\-n\fR, \fB\-\-num\fR frames
27     Number of frames to encode
28 .TP
29 \fB\-m\fR, \fB\-\-mp3-bitrate\fR \fIkbps\fR
30     Set the mp3 bitrate to encode audio with
31 .TP
32 \fB\-r\fR, \fB\-\-mp3-samplerate\fR \fIhz\fR
33     Set the mp3 samplerate to encode audio with (default: 11025)
34 .TP
35 \fB\-s\fR, \fB\-\-scale\fR \fIval\fR
36     Scale down to factor \fIval\fR. (in %, e.g. 100 = original size)
37 .TP
38 \fB\-S\fR, \fB\-\-skipframes\fR \fInum\fR
39     Skip \fInum\fR frames before starting the conversion.
40 .TP
41 \fB\-p\fR, \fB\-\-flip\fR 
42     Turn movie upside down
43 .TP
44 \fB\-q\fR, \fB\-\-quality\fR \fIval\fR
45     Set the quality to \fIval\fR. (0-100, 0=worst, 100=best, default:80)
46 .TP
47 \fB\-k\fR, \fB\-\-keyframe\fR 
48     Set the number of intermediate frames between keyframes.
49 .TP
50 \fB\-x\fR, \fB\-\-extragood\fR 
51     Enable some \fIvery\fR expensive compression strategies. You may
52     want to let this run overnight.
53 .TP
54 \fB\-T\fR, \fB\-\-flashversion\fR \fIn\fR
55     Set output flash version to \fIn\fR. Notice: H.263 compression will only be
56     used for n >= 6.
57 .TP
58 \fB\-V\fR, \fB\-\-version\fR 
59     Print program version and exit