gprocessor --version (return code: 0)
Gnash gprocessor version: 1.0, Gnash version: 0.8.11dev
gprocessor --help (return code: 0)
gprocessor -- an SWF processor for Gnash.
usage: gprocessor [options] <file>
Process the given SWF movie files.
options:
--help(-h) Print this info.
--version Print the version numbers.
-v Be verbose; i.e. print log messages to stdout
-vp Be verbose about movie parsing
-va Be verbose about ActionScript
-d [<ms>]
Milliseconds delay between advances (0 by default).
If '-1' the delay will be computed from the FPS.
-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).