X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fjpeg2swf.doc;h=c386fcc3a6842a9059ece763b473aaf98df871b2;hp=a10fae07a66485db9e7621e891e141d3f8835360;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=a5e50b7c2894e1d3bd0d3fc4ed86b80f9499df89 diff --git a/src/jpeg2swf.doc b/src/jpeg2swf.doc index a10fae0..c386fcc 100644 --- a/src/jpeg2swf.doc +++ b/src/jpeg2swf.doc @@ -2,25 +2,25 @@ 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 @@ -29,6 +29,8 @@ converted picture is a seperate frame in the target SWF. 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 @@ -43,4 +45,3 @@ converted picture is a seperate frame in the target SWF. Rainer Böhme .TP Matthias Kramm -