fixed bug in jpeg2000 decoding
[swftools.git] / src / swfdump.1
1 .TH swfdump "1" "April 2009" "swfdump" "swftools"
2 .SH NAME
3 swfdump - Display an SWF file's content.
4
5 .SH Synopsis
6 .B swfdump [-atpdu] file.swf
7
8 .SH DESCRIPTION
9 A tool for displaying information about flash files
10 .PP
11 swfdump shows ids, names and depths of objects defined in the SWF file.
12 It can furthermore also disassemble Actionscript, extract texts, and
13 display placement information about objects.
14
15 .SH OPTIONS
16 .TP
17 \fB\-h\fR, \fB\-\-help\fR 
18     Print short help message and exit
19 .TP
20 \fB\-D\fR, \fB\-\-full\fR 
21     Show everything. Same as -atp
22 .TP
23 \fB\-V\fR, \fB\-\-version\fR 
24     Print version info and exit
25 .TP
26 \fB\-e\fR, \fB\-\-html\fR 
27     Print out html code for embedding the file
28 .TP
29 \fB\-E\fR, \fB\-\-xhtml\fR 
30     Print out xhtml code for embedding the file
31 .TP
32 \fB\-a\fR, \fB\-\-action\fR 
33     Disassemble action tags
34 .TP
35 \fB\-t\fR, \fB\-\-text\fR 
36     Show text fields (like swfstrings).
37 .TP
38 \fB\-s\fR, \fB\-\-shapes\fR 
39     Show shape coordinates/styles
40 .TP
41 \fB\-F\fR, \fB\-\-fonts\fR 
42     Show font information
43 .TP
44 \fB\-p\fR, \fB\-\-placements\fR 
45     Show placement information
46 .TP
47 \fB\-B\fR, \fB\-\-buttons\fR 
48     Show button information
49 .TP
50 \fB\-b\fR, \fB\-\-bbox\fR 
51     Print tag's bounding boxes
52 .TP
53 \fB\-X\fR, \fB\-\-width\fR 
54     Print out the horizontal dimension of the movie, in a string of the form "-X width"
55 .TP
56 \fB\-Y\fR, \fB\-\-height\fR 
57     Print out the vertical dimension of the movie, in a string of the form "-Y height"
58 .TP
59 \fB\-r\fR, \fB\-\-rate\fR 
60     Print out the frame rate of the movie, in a string of the form "-r rate".
61 .TP
62 \fB\-f\fR, \fB\-\-frames\fR 
63     Print out the number of frames in the movie, in a string of the form "-f frames"
64 .TP
65 \fB\-d\fR, \fB\-\-hex\fR 
66     Print hex output of tag data, too.
67 .TP
68 \fB\-u\fR, \fB\-\-used\fR 
69     Show referred IDs for each Tag.
70 .SH AUTHOR
71
72 Matthias Kramm <kramm@quiss.org>