Scroll to navigation

jpeg2swf(1) swftools jpeg2swf(1)

NAME

jpeg2swf - Converts jpeg images to SWF.

Synopsis

jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...]

DESCRIPTION

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 separate frame in the target SWF.

OPTIONS


Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)

Set compression quality (1-100, 1=worst, 100=best).
This option can be set independently for each image.

Set movie framerate (frames per second)

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.

Use Flash MX H.263 compression (use for correlated images)

horizontally offset images by offset

vertically offset images by offset

Force movie width to width (default: autodetect)

Force movie height to height (default: autodetect)

Set flash file version to version

Set verbose level to level (0=quiet, 1=default, 2=debug)

Print version information and exit

Fit images to movie size

Make importable as asset with assetname

AUTHORS

Rainer Böhme <rfxswf@reflex-studio.de>

April 2012 jpeg2swf