X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fjpeg2swf.1;h=3da21bba8db7cbaa36c13611a383ca1948f4a948;hp=e914b5d3f22fe741973a3df5e5e7dae61ead4c25;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hpb=13af3c8dbfccfeb814becee627766eee3ab0d24e diff --git a/src/jpeg2swf.1 b/src/jpeg2swf.1 index e914b5d..3da21bb 100644 --- a/src/jpeg2swf.1 +++ b/src/jpeg2swf.1 @@ -1,43 +1,62 @@ -.TH jpeg2swf "1" "October 2001" "jpeg2swf" "swftools" +.TH jpeg2swf "1" "August 2009" "jpeg2swf" "swftools" .SH NAME -jpeg2swf - convert one or more pictures to swf +jpeg2swf - Converts jpeg images to SWF. + .SH Synopsis -.B jpeg2swf +.B jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...] + .SH DESCRIPTION -Takes a number of jpeg files and converts them to a swf movie, one -picture per frame. -.PP -(SWF files are animation files which can be displayed in Web Browsers using -the Flash Plugin) +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. + .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR -Print short help message and exit +\fB\-o\fR, \fB\-\-output\fR \fIoutputfile\fR + Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) .TP -\fB\-V\fR, \fB\-\-version\fR -Print version info and exit +\fB\-q\fR, \fB\-\-quality\fR \fIquality\fR + Set compression quality (1-100, 1=worst, 100=best). + This option can be set independently for each image. .TP -\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR -Explicitly specify output file. (Otherwise, output will go to stdout) +\fB\-r\fR, \fB\-\-rate\fR \fIframerate\fR + Set movie framerate (frames per second) .TP -\fB\-q\fR, \fB\-\-quality\fR \fIquality\fR -Set JPEG compression quality (1-100) +\fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR + 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. .TP -\fB\-r\fR, \fB\-\-framerate\fR \fIrate\fR -Set movie framerate (100/sec) +\fB\-M\fR, \fB\-\-mx\fR + Use Flash MX H.263 compression (use for correlated images) .TP -\fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR -Set verbosity level (0=quiet, 1=default, 2=debug) +\fB\-x\fR, \fB\-\-xoffset\fR \fIoffset\fR + horizontally offset images by \fIoffset\fR .TP -\fB\-X\fR, \fB\-\-width\fR \fIscale\fR -Force movie width to \fIscale\fR (default: autodetect) +\fB\-y\fR, \fB\-\-yoffset\fR \fIoffset\fR + vertically offset images by \fIoffset\fR .TP -\fB\-Y\fR, \fB\-\-height\fR \fIscale\fR -Force movie height to \fIscale\fR (default: autodetect) - +\fB\-X\fR, \fB\-\-width\fR \fIwidth\fR + Force movie width to \fIwidth\fR (default: autodetect) +.TP +\fB\-Y\fR, \fB\-\-height\fR \fIheight\fR + Force movie height to \fIheight\fR (default: autodetect) +.TP +\fB\-T\fR, \fB\-\-flashversion\fR \fIversion\fR + Set flash file version to \fIversion\fR +.TP +\fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR + Set verbose level to \fIlevel\fR (0=quiet, 1=default, 2=debug) +.TP +\fB\-V\fR, \fB\-\-version\fR + Print version information and exit +.TP +\fB\-f\fR, \fB\-\-fit-to-movie\fR + Fit images to movie size +.TP +\fB\-e\fR, \fB\-\-export\fR \fIassetname\fR + Make importable as asset with \fIassetname\fR .SH AUTHORS Rainer Böhme .TP -Matthias Kramm - +Matthias Kramm