implemented --framerate.
[swftools.git] / src / swfdump.1
index 9120b43..39f3f18 100644 (file)
@@ -23,11 +23,26 @@ Print out html code for embedding the file
 \fB\-a\fR, \fB\-\-action\fR
 Disassemble action tags
 .TP
+\fB\-t\fR, \fB\-\-text\fR
+Show text fields
+.TP
 \fB\-X\fR, \fB\-\-width\fR
-Print out horizontal dimensions of the movie, in a string of the form "-X width"
+Print out the horizontal dimension of the movie, in a string of the form "-X width"
 .TP
 \fB\-Y\fR, \fB\-\-height\fR
-Print out vertical dimensions of the movie, in a string of the form "-Y height"
+Print out the vertical dimension of the movie, in a string of the form "-Y height"
+.TP
+\fB\-r\fR, \fB\-\-rate\fR
+Print out the frame rate of the movie, in a string of the form "-r rate"
+.TP
+\fB\-f\fR, \fB\-\-frames\fR
+Print out the number of frames in the movie, in a string of the form "-f frames"
+.TP
+\fB\-d\fR, \fB\-\-hex\fR
+Print hex output of tag data, too.
+.TP
+\fB\-u\fR, \fB\-\-used\fR
+Show referred IDs for each Tag.
 
 .SH AUTHOR