X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfextract.1;h=8fb04efce456604063a6edc1bcae25941a86c458;hp=2f2ed5f906ac1637339e40de06fcb0d9ec440e9f;hb=f7555c9f25b9008e1996e029f83ebeaaafd95321;hpb=a7e64717f51b898dcaa09b4e396019c35fd10bd7 diff --git a/src/swfextract.1 b/src/swfextract.1 index 2f2ed5f..8fb04ef 100644 --- a/src/swfextract.1 +++ b/src/swfextract.1 @@ -1,4 +1,4 @@ -.TH swfextract "1" "October 2001" "swfdump" "swftools" +.TH swfextract "1" "January 2003" "swfdump" "swftools" .SH NAME swfextract - a tool for extracting data out of swf files. .SH Synopsis @@ -37,6 +37,23 @@ Set the name of the object to extract to \fIname\fR. .TP \fB\-w\fR, \fB\-\-hollow\fR Copy empty frames to the output file, too. +.TP +\fB\-P\fR, \fB\-\-placeobject\fR +Copy original placeobject tag for the given object into the +output file (Use with -i). This means that the object is +at the same position in the generated movie as in the +original movie. +.TP +\fB\-j\fR, \fB\-\-jpegs\fR \fIrange\fR +Extract jpeg pictures in \fIrange\fR +.TP +\fB\-p\fR, \fB\-\-pngs\fR \fIrange\fR +Extract png pictures in \fIrange\fR +.TP +\fB\-m\fR, \fB\-\-mp3\fR +Extract main mp3 stream (There may be substreams in the +Movieclips, as well. To extract these, first extract the +Movieclips with \fB-i\fR and then use \fB-m\fR) .SH AUTHOR