1 .TH jpeg2swf "1" "October 2001" "jpeg2swf" "swftools"
3 jpeg2swf - convert one or more pictures to swf
7 Takes a number of jpeg files and converts them to a swf movie, one
10 (SWF files are animation files which can be displayed in Web Browsers using
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
17 \fB\-V\fR, \fB\-\-version\fR
18 Print version info and exit
20 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
21 Explicitly specify output file. (Otherwise, output will go to stdout)
23 \fB\-q\fR, \fB\-\-quality\fR \fIquality\fR
24 Set JPEG compression quality (1-100)
26 \fB\-r\fR, \fB\-\-framerate\fR \fIrate\fR
27 Set movie framerate (100/sec)
29 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR
30 Set verbosity level (0=quiet, 1=default, 2=debug)
32 \fB\-X\fR, \fB\-\-width\fR \fIscale\fR
33 Force movie width to \fIscale\fR (default: autodetect)
35 \fB\-Y\fR, \fB\-\-height\fR \fIscale\fR
36 Force movie height to \fIscale\fR (default: autodetect)
40 Rainer Böhme <rfxswf@reflex-studio.de>
42 Matthias Kramm <kramm@quiss.org>