new parameter addspacechars
[swftools.git] / src / jpeg2swf.doc
1 Usage: %s [-options [value]] imagefiles[.jpg]|[.jpeg] [...]
2
3 Converts jpeg images to SWF.
4
5 This tool 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 -q --quality <quality>
13     Set compression quality (1-100, 1=worst, 100=best)
14     Set compression quality (1-100, 1=worst, 100=best).
15     This option can be set independently for each image.
16 -r --rate <framerate>
17     Set movie framerate (frames per second)
18 -z  --zlib    <zlib>        
19     Enable Flash 6 (MX) Zlib Compression
20     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
21     smaller, but not playable in Flash Plugins of Version 5 and below.
22 -M --mx
23     Use Flash MX H.263 compression (use for correlated images)
24 -x --xoffset <offset>  
25     horizontally offset images by <offset>
26 -y --yoffset <offset>  
27     vertically offset images by <offset>
28 -X --width <width>   
29     Force movie width to <width> (default: autodetect)
30 -Y --height <height>  
31     Force movie height to <height> (default: autodetect)
32 -T --flashversion <version>  
33     Set flash file version to <version>
34 -v --verbose <level> 
35     Set verbose level to <level> (0=quiet, 1=default, 2=debug)
36 -V --version  
37     Print version information and exit
38 -f --fit-to-movie           
39     Fit images to movie size
40 -e --export <assetname>      
41     Make importable as asset with <assetname>
42
43 .SH AUTHORS
44
45 Rainer Böhme <rfxswf@reflex-studio.de>
46 .TP
47 Matthias Kramm