Scroll to navigation

swfextract(1) swftools swfextract(1)

NAME

swfextract - a tool for extracting data out of swf files.

Synopsis

swfextract [options] [file.swf]

DESCRIPTION

swfextracts allows one to extract swf movieclips and objects out of swf files.

SWF files are animation files which can be displayed in Web Browsers using the Flash Plugin.

OPTIONS

Print short help message and exit
Write output to file filename
Print version info and exit
ids is a range of IDs to extract. E.g. 1-10,14
ids is a range of JPEG IDs to extract. E.g. 1-2,3,14-
ids is a range of PNG IDs to extract. E.g. -10,20-30
frames is a range of frames to extract. E.g. 1-10,20-30,40-
Set the name of the object to extract to name.
Copy empty frames to the output file, too.
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.
Extract jpeg pictures in range
Extract png pictures in range
Extract main mp3 stream (There may be substreams in the Movieclips, as well. To extract these, first extract the Movieclips with -i and then use -m)

AUTHOR

Matthias Kramm <kramm@quiss.org>

January 2003 swfdump