1 .TH swfextract "1" "October 2001" "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\-j\fR, \fB\-\-jpegs\fR \fIrange\fR
42 Extract jpeg pictures in \fIrange\fR
44 \fB\-p\fR, \fB\-\-pngs\fR \fIrange\fR
45 Extract png pictures in \fIrange\fR
47 \fB\-m\fR, \fB\-\-mp3\fR
48 Extract main mp3 stream (There may be substreams in the
49 Movieclips, as well. To extract these, first extract the
50 Movieclips with \fB-i\fR and then use \fB-m\fR)
54 Matthias Kramm <kramm@quiss.org>