From: kramm Date: Mon, 10 Jan 2005 17:40:49 +0000 (+0000) Subject: initial revision. X-Git-Tag: release-0-6-3~50 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5ed4997e7b2dbe438615534abec0bd812d609ca0 initial revision. --- diff --git a/src/gif2swf.doc b/src/gif2swf.doc new file mode 100644 index 0000000..13ee60a --- /dev/null +++ b/src/gif2swf.doc @@ -0,0 +1,29 @@ +Usage: %s [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...] + +Takes a number of gif files and converts them to a swf movie, one +picture per frame. + +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 seperate frame in the target SWF. + +-r, --rate + Set movie framerate (frames per second) +-o, --output + Set name for SWF output file. + Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) +-z --zlib + Enable Flash 6 (MX) Zlib Compression + 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. +-X, --pixel + Force movie width to (default: autodetect) +-Y, --pixel + Force movie height to (default: autodetect) +-v, --verbose + Set verbose level (0=quiet, 1=default, 2=debug) +-C, --cgi + For use as CGI- prepend http header, write to stdout +-V, --version + Print version information and exit +