1 .TH swfextract "1" "January 2003" "swfdump" "swftools"
3 swfextract - a tool for extracting data out of swf files.
6 [\fIoptions\fR] [\fIfile.swf\fR]
8 swfextracts allows to extract swf movieclips and objects out of swf files.
10 SWF files are animation files which can be displayed in Web Browsers using
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
17 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
18 Write output to file \fIfilename\fR
20 \fB\-V\fR, \fB\-\-version\fR
21 Print version info and exit
23 \fB\-i\fR, \fB\-\-id\fR \fIids\fR
24 \fIids\fR is a range of IDs to extract. E.g. 1-10,14
26 \fB\-j\fR, \fB\-\-jpegs\fR \fIids\fR
27 \fIids\fR is a range of JPEG IDs to extract. E.g. 1-2,3,14-
29 \fB\-p\fR, \fB\-\-pngs\fR \fIids\fR
30 \fIids\fR is a range of PNG IDs to extract. E.g. -10,20-30
32 \fB\-f\fR, \fB\-\-frame\fR \fIframes\fR
33 \fIframes\fR is a range of frames to extract. E.g. 1-10,20-30,40-
35 \fB\-n\fR, \fB\-\-name\fR \fIname\fR
36 Set the name of the object to extract to \fIname\fR.
38 \fB\-w\fR, \fB\-\-hollow\fR
39 Copy empty frames to the output file, too.
41 \fB\-P\fR, \fB\-\-placeobject\fR
42 Copy original placeobject tag for the given object into the
43 output file (Use with -i). This means that the object is
44 at the same position in the generated movie as in the
47 \fB\-j\fR, \fB\-\-jpegs\fR \fIrange\fR
48 Extract jpeg pictures in \fIrange\fR
50 \fB\-p\fR, \fB\-\-pngs\fR \fIrange\fR
51 Extract png pictures in \fIrange\fR
53 \fB\-m\fR, \fB\-\-mp3\fR
54 Extract main mp3 stream (There may be substreams in the
55 Movieclips, as well. To extract these, first extract the
56 Movieclips with \fB-i\fR and then use \fB-m\fR)
60 Matthias Kramm <kramm@quiss.org>