cae2b42d1c023243103aeab02f6dfb17b75d3063
[swftools.git] / src / jpeg2swf.1
1 .TH jpeg2swf "1" "October 2001" "jpeg2swf" "swftools"
2 .SH NAME
3 jpeg2swf - convert one or more pictures to swf
4 .SH Synopsis
5 .B jpeg2swf
6 .SH DESCRIPTION
7 Takes a number of jpeg files and converts them to a swf movie, one
8 picture per frame.
9 .PP
10 (SWF files are animation files which can be displayed in Web Browsers using
11 the Flash Plugin)
12 .SH OPTIONS
13 .TP
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
16 .TP
17 \fB\-V\fR, \fB\-\-version\fR
18 Print version info and exit
19 .TP
20 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
21 Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
22 .TP
23 \fB\-q\fR, \fB\-\-quality\fR \fIquality\fR
24 Set JPEG compression quality (1-100)
25 .TP
26 \fB\-r\fR, \fB\-\-framerate\fR \fIrate\fR
27 Set movie framerate (100/sec)
28 .TP
29 \fB\-v\fR, \fB\-\-verbose\fR \fIlevel\fR
30 Set verbosity level (0=quiet, 1=default, 2=debug)
31 .TP
32 \fB\-X\fR, \fB\-\-width\fR \fIscale\fR
33 Force movie width to \fIscale\fR (default: autodetect)
34 .TP
35 \fB\-Y\fR, \fB\-\-height\fR \fIscale\fR
36 Force movie height to \fIscale\fR (default: autodetect)
37
38 .SH AUTHORS
39
40 Rainer Böhme <rfxswf@reflex-studio.de>
41 .TP
42 Matthias Kramm <kramm@quiss.org>
43