X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjpeg2swf.1;h=fec545a3fae4e9b14a89605dacdc5488e9753237;hb=ac8c6f00fbaa94b3136457caf1a24d8f4f0c12cc;hp=59ff9cde4cabc56d7cfa0fdd15147890a1da2052;hpb=6f3e9add89a0157ef6552bc154475b43b371e615;p=swftools.git diff --git a/src/jpeg2swf.1 b/src/jpeg2swf.1 index 59ff9cd..fec545a 100644 --- a/src/jpeg2swf.1 +++ b/src/jpeg2swf.1 @@ -1,4 +1,4 @@ -.TH jpeg2swf "1" "February 2004" "jpeg2swf" "swftools" +.TH jpeg2swf "1" "June 2008" "jpeg2swf" "swftools" .SH NAME jpeg2swf - Converts jpeg images to SWF. @@ -15,16 +15,26 @@ converted picture is a seperate frame in the target SWF. \fB\-o\fR, \fB\-\-output\fR \fIoutputfile\fR Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) .TP -\fB\-m\fR, \fB\-\-mx\fR - Use Flash MX H.263 compression (use for correlated images) -.TP \fB\-q\fR, \fB\-\-quality\fR \fIquality\fR Set compression quality (1-100, 1=worst, 100=best). This option can be set independently for each image. .TP -\fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR +\fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR Set movie framerate (frames per second) .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\-M\fR, \fB\-\-mx\fR + Use Flash MX H.263 compression (use for correlated images) +.TP +\fB\-x\fR, \fB\-\-xoffset\fR \fIoffset\fR + horizontally offset images by \fIoffset\fR +.TP +\fB\-y\fR, \fB\-\-yoffset\fR \fIoffset\fR + vertically offset images by \fIoffset\fR +.TP \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR Force movie width to \fIwidth\fR (default: autodetect) .TP @@ -36,8 +46,15 @@ converted picture is a seperate frame in the target SWF. .TP \fB\-V\fR, \fB\-\-version\fR Print version information and exit +.TP +\fB\-f\fR, \fB\-\-fit-to-movie\fR + Fit images to movie size +.TP +\fB\-e\fR, \fB\-\-export\fR \fIassetname\fR + Make importable as asset with \fIassetname\fR .SH AUTHORS Rainer Böhme .TP Matthias Kramm +