added -z option.
[swftools.git] / src / jpeg2swf.doc
1 Usage: %s [-options [value]] imagefiles[.jpg]|[.jpeg] [...]
2
3 Converts jpeg images to SWF.
4
5 This tools converts jpeg image files into an SWF animation. It takes any
6 number of input pictures, and converts them to SWF one-by-one, where every
7 converted picture is a seperate frame in the target SWF.
8
9 -o --output <outputfile>
10     Explicitly specify output file. (otherwise, output.swf will be used)
11     Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
12 -m --mx          
13     Use Flash MX H.263 compression (use for correlated images)
14 -q --quality <quality>
15     Set compression quality (1-100, 1=worst, 100=best)
16     Set compression quality (1-100, 1=worst, 100=best).
17     This option can be set independently for each image.
18 -r --rate <framerate>     
19     Set movie framerate (frames per second)
20 -z  --zlib    <zlib>        
21     Enable Flash 6 (MX) Zlib Compression
22     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
23     smaller, but not playable in Flash Plugins of Version 5 and below.
24 -X --width <width>   
25     Force movie width to <width> (default: autodetect)
26 -Y --height <height>  
27     Force movie height to <height> (default: autodetect)
28 -v --verbose <level> 
29     Set verbose level to <level> (0=quiet, 1=default, 2=debug)
30 -V --version  
31     Print version information and exit
32
33 .SH AUTHORS
34
35 Rainer Böhme <rfxswf@reflex-studio.de>
36 .TP
37 Matthias Kramm