X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fjpeg2swf.1;h=3da21bba8db7cbaa36c13611a383ca1948f4a948;hp=ee87d2c3c7d1ce2efaa4a2a020fe7c4ee109dd0f;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=84db74a6c8eadafcb8d4be2013c5e765341c30a6 diff --git a/src/jpeg2swf.1 b/src/jpeg2swf.1 index ee87d2c..3da21bb 100644 --- a/src/jpeg2swf.1 +++ b/src/jpeg2swf.1 @@ -1,4 +1,4 @@ -.TH jpeg2swf "1" "January 2006" "jpeg2swf" "swftools" +.TH jpeg2swf "1" "August 2009" "jpeg2swf" "swftools" .SH NAME jpeg2swf - Converts jpeg images to SWF. @@ -6,7 +6,7 @@ jpeg2swf - Converts jpeg images to SWF. .B jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...] .SH DESCRIPTION -This tools converts jpeg image files into an SWF animation. It takes any +This tool converts jpeg 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. @@ -15,20 +15,20 @@ 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 @@ -41,6 +41,9 @@ converted picture is a seperate frame in the target SWF. \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR Force movie height to \fIheight\fR (default: autodetect) .TP +\fB\-T\fR, \fB\-\-flashversion\fR \fIversion\fR + Set flash file version to \fIversion\fR +.TP \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug) .TP @@ -57,4 +60,3 @@ converted picture is a seperate frame in the target SWF. Rainer Böhme .TP Matthias Kramm -