implemented --framerate.
[swftools.git] / src / png2swf.1
1 .TH png2swf "1" "October 2001" "png2swf" "swftools"
2 .SH NAME
3 png2swf - convert one or more PNG pictures to swf
4 .SH Synopsis
5 .B png2swf [-X width] [-Y height] [-o file.swf] [-r rate] file1.png [file2.png...]
6 .SH DESCRIPTION
7 Takes a number of png 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\-X\fR, \fB\-\-width\fR \fIscale\fR
21 Force movie width to \fIscale\fR (default: autodetect)
22 .TP
23 \fB\-Y\fR, \fB\-\-height\fR \fIscale\fR
24 Force movie height to \fIscale\fR (default: autodetect)
25 .TP
26 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
27 Explicitly specify output file. (Otherwise, output will go to stdout / output.swf)
28 .TP
29 \fB\-r\fR, \fB\-\-framerate\fR \fIrate\fR
30 Set movie framerate (100/sec)
31
32 .SH AUTHORS
33
34 Matthias Kramm <kramm@quiss.org>
35 .TP
36 Rainer Böhme <rfxswf@reflex-studio.de>
37