1 Usage: %s [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...]
3 Takes a number of gif files and converts them to a swf movie, one
6 This tools converts gif image files into an SWF animation. It takes any
7 number of input pictures, and converts them to SWF one-by-one, where every
8 converted picture is a seperate frame in the target SWF.
10 -r, --rate <framerate>
11 Set movie framerate (frames per second)
12 -o, --output <filename>
13 Set name for SWF output file.
14 Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
16 Enable Flash 6 (MX) Zlib Compression
17 Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
18 smaller, but not playable in Flash Plugins of Version 5 and below.
20 Force movie width to <width> (default: autodetect)
22 Force movie height to <height> (default: autodetect)
24 Set verbose level (0=quiet, 1=default, 2=debug)
26 For use as CGI- prepend http header, write to stdout
28 Print version information and exit