1gprocessor(1) gprocessor(1)
2
3
4
6 gprocessor - Gnash SWF Processor
7
9 gprocessor (options)... (file)...
10
12 Gprocessor is a debugging tool for SWF files, a companion to Gnash. It
13 is most often used for debugging and running testcases, as it is equiv‐
14 alant to running Gnash with no graphic output. This tool is primarily
15 used by Gnash developers, or anyone who wishes to run the Gnash test
16 cases.
17
18 -h Print usage info.
19
20 -w Write a .gsc file with preprocessed info, for each input file.
21
22 -vp Be verbose about movie parsing.
23
24 -va Be verbose about ActionScript.
25
26 -d [ms]
27 Milliseconds delay between advances (0 by default). If '-1' the
28 delay will be computed from the FPS.
29
30 -f [frames]
31 Allow the given number of frame advancements. If 0, keep advanc‐
32 ing until some other stop condition is encountered (default).
33
34 -r [times]
35 Allow the given number of complete runs. If 0, keep looping
36 indefinitely. Default is 1 (end as soon as the last frame is
37 reached).
38
39
40
41 18 April 2011 gprocessor(1)