X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fjpeg2swf.doc;h=c386fcc3a6842a9059ece763b473aaf98df871b2;hp=0c7a541ec2f5454c272375864b49b15420d178e1;hb=70dd52c811db9f1a38a472a37135986accc4c06e;hpb=4394d89f5ac5ac8318829c5967230667f3d8031c diff --git a/src/jpeg2swf.doc b/src/jpeg2swf.doc index 0c7a541..c386fcc 100644 --- a/src/jpeg2swf.doc +++ b/src/jpeg2swf.doc @@ -2,7 +2,7 @@ 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. @@ -13,12 +13,14 @@ converted picture is a seperate frame in the target SWF. 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 @@ -27,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 @@ -41,4 +45,3 @@ converted picture is a seperate frame in the target SWF. Rainer Böhme .TP Matthias Kramm -