X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fjpeg2swf.doc;h=c386fcc3a6842a9059ece763b473aaf98df871b2;hp=7275b09265b48aeaf9ee3ec6c9bfa33f5829a153;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=6bc6f6368354fb8d16e9a8fb005135a7ac5d16e8 diff --git a/src/jpeg2swf.doc b/src/jpeg2swf.doc index 7275b09..c386fcc 100644 --- a/src/jpeg2swf.doc +++ b/src/jpeg2swf.doc @@ -2,33 +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