X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fgif2swf.1;fp=src%2Fgif2swf.1;h=dfa1dfe99467936123dd2beec9f10ff5c9e60ca6;hb=a352c93161952291cdb89b63bae9fd7b896118da;hp=0000000000000000000000000000000000000000;hpb=b3055b1e1bc91078c21cd5a5a10d146ff23efb2e;p=swftools.git diff --git a/src/gif2swf.1 b/src/gif2swf.1 new file mode 100644 index 0000000..dfa1dfe --- /dev/null +++ b/src/gif2swf.1 @@ -0,0 +1,39 @@ +.TH gif2swf "1" "January 2005" "gif2swf" "swftools" +.SH NAME +gif2swf - Takes a number of gif files and converts them to a swf movie, one +picture per frame. + +.SH Synopsis +.B gif2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.gif [file2.gif ...] + +.SH 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 seperate frame in the target SWF. + +.SH OPTIONS +.TP +\fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR + Set movie framerate (frames per second) +.TP +\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR + Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) +.TP +\fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR + 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. +.TP +\fB\-X\fR, \fB\-\-pixel\fR \fIwidth\fR + Force movie width to \fIwidth\fR (default: autodetect) +.TP +\fB\-Y\fR, \fB\-\-pixel\fR \fIheight\fR + Force movie height to \fIheight\fR (default: autodetect) +.TP +\fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR + Set verbose level (0=quiet, 1=default, 2=debug) +.TP +\fB\-C\fR, \fB\-\-cgi\fR + For use as CGI- prepend http header, write to stdout +.TP +\fB\-V\fR, \fB\-\-version\fR + Print version information and exit