NAME
gprocessor - an SWF preprocessor for Gnash
SYNOPSIS
gprocessor [options] [swf files to process...]
DESCRIPTION
Gnash is a free Flash movie player, which works either standalone, or
as a Firefox/Mozilla plugin.
This program preprocesses the given SWF movie files and optionally
writes preprocessed shape and font data to cache files, so the
associated SWF files can be loaded faster.
options:
--help(-h)
Print this info.
--version
Print the version numbers.
-w Write a .gsc file with preprocessed info, for each input file.
-v Be verbose; i.e. print log messages to stdout
-vp Be verbose about movie parsing
-va Be verbose about ActionScript
-r <times>
Allow the given number of complete runs. Keep looping
undefinitely if set to 0. Default is 1 (end as soon as the last
frame is reached).
-f <frames>
Allow the given number of frame advancements. Keep advancing
untill any other stop condition is encountered if set to 0
(default).
SEE ALSO
You can find more information at http://www.gnu.org/software/gnash/