documentation file for avi2swf
[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 <rate> (kbps)
20     Set the mp3 bitrate to encode audio with
21 -r , --mp3-samplerate <rate> (Hz)
22     Set the mp3 samplerate to encode audio with (default: 11025)
23 -d , --scale <val>
24     Scale down to factor <val>. (in %, e.g. 100 = original size)
25 -p , --flip
26     Turn movie upside down
27 -q , --quality <val>
28     Set the quality to <val>. (0-100, 0=worst, 100=best, default:80)
29 -x , --extragood
30     Enable some *very* expensive compression strategies.
31     Enable some \fIvery\fR expensive compression strategies. You may
32     want to let this run overnight.
33 -T , --flashversion <n>
34     Set output flash version to <n>. Notice: H.263 compression will only be
35     used for n >= 6.
36 -V , --version
37     Print program version and exit