1 .TH jpeg2swf "1" "January 2005" "jpeg2swf" "swftools"
3 jpeg2swf - Converts jpeg images to SWF.
6 .B jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...]
9 This tools 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\-m\fR, \fB\-\-mx\fR
19 Use Flash MX H.263 compression (use for correlated images)
21 \fB\-q\fR, \fB\-\-quality\fR \fIquality\fR
22 Set compression quality (1-100, 1=worst, 100=best).
23 This option can be set independently for each image.
25 \fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR
26 Set movie framerate (frames per second)
28 \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR
29 Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
30 smaller, but not playable in Flash Plugins of Version 5 and below.
32 \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR
33 Force movie width to \fIwidth\fR (default: autodetect)
35 \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR
36 Force movie height to \fIheight\fR (default: autodetect)
38 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR
39 Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug)
41 \fB\-V\fR, \fB\-\-version\fR
42 Print version information and exit
45 Rainer Böhme <rfxswf@reflex-studio.de>