1 .TH jpeg2swf "1" "August 2009" "jpeg2swf" "swftools"
3 jpeg2swf - Converts jpeg images to SWF.
6 .B jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...]
9 This tool converts jpeg image files into an SWF animation. It takes any
10 number of input pictures, and converts them to SWF one-by-one, where every
11 converted picture is a seperate frame in the target SWF.
15 \fB\-o\fR, \fB\-\-output\fR \fIoutputfile\fR
16 Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
18 \fB\-q\fR, \fB\-\-quality\fR \fIquality\fR
19 Set compression quality (1-100, 1=worst, 100=best).
20 This option can be set independently for each image.
22 \fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR
23 Set movie framerate (frames per second)
25 \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR
26 Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
27 smaller, but not playable in Flash Plugins of Version 5 and below.
29 \fB\-M\fR, \fB\-\-mx\fR
30 Use Flash MX H.263 compression (use for correlated images)
32 \fB\-x\fR, \fB\-\-xoffset\fR \fIoffset\fR
33 horizontally offset images by \fIoffset\fR
35 \fB\-y\fR, \fB\-\-yoffset\fR \fIoffset\fR
36 vertically offset images by \fIoffset\fR
38 \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR
39 Force movie width to \fIwidth\fR (default: autodetect)
41 \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR
42 Force movie height to \fIheight\fR (default: autodetect)
44 \fB\-T\fR, \fB\-\-flashversion\fR \fIversion\fR
45 Set flash file version to \fIversion\fR
47 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR
48 Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug)
50 \fB\-V\fR, \fB\-\-version\fR
51 Print version information and exit
53 \fB\-f\fR, \fB\-\-fit-to-movie\fR
54 Fit images to movie size
56 \fB\-e\fR, \fB\-\-export\fR \fIassetname\fR
57 Make importable as asset with \fIassetname\fR
60 Rainer Böhme <rfxswf@reflex-studio.de>