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