Scroll to navigation

gif2swf(1) swftools gif2swf(1)

NAME

gif2swf - Takes a number of gif files and converts them to a swf movie, one picture per frame.

Synopsis

gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...]

DESCRIPTION

This tools converts gif image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a separate frame in the target SWF.

OPTIONS


Set movie framerate (frames per second)

Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)

Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
smaller, but not playable in Flash Plugins of Version 5 and below.

Set loop count. (default: 0 [=infinite loop])

Force movie width to width (default: autodetect)

Force movie height to height (default: autodetect)

Set verbose level (0=quiet, 1=default, 2=debug)

For use as CGI- prepend http header, write to stdout

Print version information and exit
April 2012 gif2swf