moved extern declaration up to prevent compile-time errors.
[swftools.git] / src / swfextract.1
1 .TH swfextract "1" "January 2003" "swfdump" "swftools"
2 .SH NAME
3 swfextract - a tool for extracting data out of swf files.
4 .SH Synopsis
5 .B swfextract
6 [\fIoptions\fR] [\fIfile.swf\fR]
7 .SH DESCRIPTION
8 swfextracts allows to extract swf movieclips and objects out of swf files.
9 .PP
10 SWF files are animation files which can be displayed in Web Browsers using
11 the Flash Plugin.
12 .SH OPTIONS
13 .TP
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
16 .TP
17 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
18 Write output to file \fIfilename\fR
19 .TP
20 \fB\-V\fR, \fB\-\-version\fR
21 Print version info and exit
22 .TP
23 \fB\-i\fR, \fB\-\-id\fR \fIids\fR
24 \fIids\fR is a range of IDs to extract. E.g. 1-10,14
25 .TP
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-
28 .TP
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
31 .TP
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-
34 .TP
35 \fB\-n\fR, \fB\-\-name\fR \fIname\fR
36 Set the name of the object to extract to \fIname\fR.
37 .TP
38 \fB\-w\fR, \fB\-\-hollow\fR
39 Copy empty frames to the output file, too.
40 .TP
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
45 original movie.
46 .TP
47 \fB\-j\fR, \fB\-\-jpegs\fR \fIrange\fR
48 Extract jpeg pictures in \fIrange\fR
49 .TP
50 \fB\-p\fR, \fB\-\-pngs\fR \fIrange\fR
51 Extract png pictures in \fIrange\fR
52 .TP
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)
57
58 .SH AUTHOR
59
60 Matthias Kramm <kramm@quiss.org>
61