new parameter addspacechars
[swftools.git] / src / gif2swf.1
1 .TH gif2swf "1" "April 2009" "gif2swf" "swftools"
2 .SH NAME
3 gif2swf - Takes a number of gif  files and converts them to a swf movie, one
4 picture per frame.
5
6 .SH Synopsis
7 .B gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...]
8
9 .SH DESCRIPTION
10 This tools converts gif image files into an SWF animation. It takes any
11 number of input pictures, and converts them to SWF one-by-one, where every
12 converted picture is a seperate frame in the target SWF. 
13
14 .SH OPTIONS
15 .TP
16 \fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR
17     Set movie framerate (frames per second)
18 .TP
19 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
20     Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
21 .TP
22 \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR        
23     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
24     smaller, but not playable in Flash Plugins of Version 5 and below.
25 .TP
26 \fB\-l\fR, \fB\-\-loop\fR \fIloop count\fR       
27     Set loop count. (default: 0 [=infinite loop])
28 .TP
29 \fB\-X\fR, \fB\-\-pixel\fR \fIwidth\fR
30     Force movie width to \fIwidth\fR (default: autodetect)
31 .TP
32 \fB\-Y\fR, \fB\-\-pixel\fR \fIheight\fR
33     Force movie height to \fIheight\fR (default: autodetect)
34 .TP
35 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR
36     Set verbose level (0=quiet, 1=default, 2=debug)
37 .TP
38 \fB\-C\fR, \fB\-\-cgi\fR 
39     For use as CGI- prepend http header, write to stdout
40 .TP
41 \fB\-V\fR, \fB\-\-version\fR 
42     Print version information and exit