X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fjpeg2swf.doc;h=c386fcc3a6842a9059ece763b473aaf98df871b2;hp=a2ecb82ba9a65914b403d2876b28ec0471ecb54b;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hpb=7133cc0e1e4d1be5d8a04b39e75ab6cd1b3ee3a0 diff --git a/src/jpeg2swf.doc b/src/jpeg2swf.doc index a2ecb82..c386fcc 100644 --- a/src/jpeg2swf.doc +++ b/src/jpeg2swf.doc @@ -2,29 +2,43 @@ Usage: %s [-options [value]] imagefiles[.jpg]|[.jpeg] [...] Converts jpeg images to SWF. -This tools converts jpeg image files into an SWF animation. It takes any +This tool converts jpeg image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a seperate frame in the target SWF. -o --output Explicitly specify output file. (otherwise, output.swf will be used) Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) --m --mx - Use Flash MX H.263 compression (use for correlated images) -q --quality Set compression quality (1-100, 1=worst, 100=best) Set compression quality (1-100, 1=worst, 100=best). This option can be set independently for each image. --r --rate +-r --rate Set movie framerate (frames per second) +-z --zlib + Enable Flash 6 (MX) Zlib Compression + Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be + smaller, but not playable in Flash Plugins of Version 5 and below. +-M --mx + Use Flash MX H.263 compression (use for correlated images) +-x --xoffset + horizontally offset images by +-y --yoffset + vertically offset images by -X --width Force movie width to (default: autodetect) -Y --height Force movie height to (default: autodetect) +-T --flashversion + Set flash file version to -v --verbose Set verbose level to (0=quiet, 1=default, 2=debug) -V --version Print version information and exit +-f --fit-to-movie + Fit images to movie size +-e --export + Make importable as asset with .SH AUTHORS