X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjpeg2swf.doc;fp=src%2Fjpeg2swf.doc;h=a2ecb82ba9a65914b403d2876b28ec0471ecb54b;hb=7133cc0e1e4d1be5d8a04b39e75ab6cd1b3ee3a0;hp=0000000000000000000000000000000000000000;hpb=039c22b268a5fbf5475d8a9a072103d2c6b7cd5b;p=swftools.git diff --git a/src/jpeg2swf.doc b/src/jpeg2swf.doc new file mode 100644 index 0000000..a2ecb82 --- /dev/null +++ b/src/jpeg2swf.doc @@ -0,0 +1,33 @@ +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 +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 + Set movie framerate (frames per second) +-X --width + Force movie width to (default: autodetect) +-Y --height + Force movie height to (default: autodetect) +-v --verbose + Set verbose level to (0=quiet, 1=default, 2=debug) +-V --version + Print version information and exit + +.SH AUTHORS + +Rainer Böhme +.TP +Matthias Kramm