From 5ed4997e7b2dbe438615534abec0bd812d609ca0 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 10 Jan 2005 17:40:49 +0000 Subject: [PATCH] initial revision. --- src/gif2swf.doc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/gif2swf.doc 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 + -- 1.7.10.4