implemented --framerate.
[swftools.git] / src / swfdump.1
1 .TH swfdump "1" "October 2001" "swfdump" "swftools"
2 .SH NAME
3 swfdump - a tool for displaying information about flash files
4 .SH Synopsis
5 .B swfdump
6 [\fIoptions\fR] [\fIfile.swf\fR]
7 .SH DESCRIPTION
8 swfdump shows ids, names and depths of objects defined in the SWF file.
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\-e\fR, \fB\-\-html\fR
21 Print out html code for embedding the file
22 .TP
23 \fB\-a\fR, \fB\-\-action\fR
24 Disassemble action tags
25 .TP
26 \fB\-t\fR, \fB\-\-text\fR
27 Show text fields
28 .TP
29 \fB\-X\fR, \fB\-\-width\fR
30 Print out the horizontal dimension of the movie, in a string of the form "-X width"
31 .TP
32 \fB\-Y\fR, \fB\-\-height\fR
33 Print out the vertical dimension of the movie, in a string of the form "-Y height"
34 .TP
35 \fB\-r\fR, \fB\-\-rate\fR
36 Print out the frame rate of the movie, in a string of the form "-r rate"
37 .TP
38 \fB\-f\fR, \fB\-\-frames\fR
39 Print out the number of frames in the movie, in a string of the form "-f frames"
40 .TP
41 \fB\-d\fR, \fB\-\-hex\fR
42 Print hex output of tag data, too.
43 .TP
44 \fB\-u\fR, \fB\-\-used\fR
45 Show referred IDs for each Tag.
46
47 .SH AUTHOR
48
49 Matthias Kramm <kramm@quiss.org>
50