fixed bug in jpeg2000 decoding
[swftools.git] / src / jpeg2swf.1
1 .TH jpeg2swf "1" "August 2009" "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 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.
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\-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.
21 .TP
22 \fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR
23     Set movie framerate (frames per second)
24 .TP
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.
28 .TP
29 \fB\-M\fR, \fB\-\-mx\fR 
30     Use Flash MX H.263 compression (use for correlated images)
31 .TP
32 \fB\-x\fR, \fB\-\-xoffset\fR \fIoffset\fR  
33     horizontally offset images by \fIoffset\fR
34 .TP
35 \fB\-y\fR, \fB\-\-yoffset\fR \fIoffset\fR  
36     vertically offset images by \fIoffset\fR
37 .TP
38 \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR   
39     Force movie width to \fIwidth\fR (default: autodetect)
40 .TP
41 \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR  
42     Force movie height to \fIheight\fR (default: autodetect)
43 .TP
44 \fB\-T\fR, \fB\-\-flashversion\fR \fIversion\fR  
45     Set flash file version to \fIversion\fR
46 .TP
47 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR 
48     Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug)
49 .TP
50 \fB\-V\fR, \fB\-\-version\fR 
51     Print version information and exit
52 .TP
53 \fB\-f\fR, \fB\-\-fit-to-movie\fR 
54     Fit images to movie size
55 .TP
56 \fB\-e\fR, \fB\-\-export\fR \fIassetname\fR      
57     Make importable as asset with \fIassetname\fR
58 .SH AUTHORS
59
60 Rainer Böhme <rfxswf@reflex-studio.de>
61 .TP
62 Matthias Kramm