regenerated from *.doc.
[swftools.git] / src / jpeg2swf.1
1 .TH jpeg2swf "1" "October 2004" "jpeg2swf" "swftools"
2 .SH NAME
3 jpeg2swf - Converts jpeg images to SWF.
4
5 .SH Synopsis
6 .B jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...]
7
8 .SH DESCRIPTION
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.
12
13 .SH OPTIONS
14 .TP
15 \fB\-o\fR, \fB\-\-output\fR \fIoutputfile\fR
16     Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
17 .TP
18 \fB\-m\fR, \fB\-\-mx\fR 
19     Use Flash MX H.263 compression (use for correlated images)
20 .TP
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.
24 .TP
25 \fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR     
26     Set movie framerate (frames per second)
27 .TP
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.
31 .TP
32 \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR   
33     Force movie width to \fIwidth\fR (default: autodetect)
34 .TP
35 \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR  
36     Force movie height to \fIheight\fR (default: autodetect)
37 .TP
38 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR 
39     Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug)
40 .TP
41 \fB\-V\fR, \fB\-\-version\fR 
42     Print version information and exit
43 .SH AUTHORS
44
45 Rainer Böhme <rfxswf@reflex-studio.de>
46 .TP
47 Matthias Kramm