1gnash(1) gnash(1)
2
3
4
6 gnash, gtk-gnash, kde4-gnash, fb-gnash, sdl-gnash, gnash-gtk-launcher,
7 gnash-qt-launcher - GNU Flash (SWF) Player
8
10 gnash [option]... [URL]
11
13 Run the SWF movie player.
14
15 -h, --help
16 Print usage info.
17
18 -V, --version
19 Print the version number, and the configuration, of the Gnash
20 player. Please provide this information when submitting bug
21 reports.
22
23 -s factor, --scale factor
24 Scale the movie up/down by the specified factor.
25
26 -c Produce a core file instead of letting SDL trap it
27
28 -d num, --delay num
29 Number of milliseconds to delay in main loop.
30
31 -v, --verbose
32 Be verbose; i.e. print log messages to stdout.
33
34 -a Be very verbose about movie action execution. Must be used in
35 conjunction with -v.
36
37 -p Be very verbose about parsing. Must be used in conjunction with
38 -v.
39
40 -A file
41 Audio dump file (wave format).
42
43 --hwaccel none|vaapi|xv
44 Hardware Video Accelerator to use none|vaapi|xv|omap (default:
45 none)
46
47 -x xid, --xid xid
48 The XID of the parent window Gnash should use instead of creat‐
49 ing a new one. This is only used when embedding the player into
50 another window.
51
52 -w, --writelog
53 Write the gnash-dbg.log debug log to disk. By default the plugin
54 writes its log in your home directory when using a launcher from
55 GNOME or KDE.
56
57 -j width, --width width
58 Set the width of the window. This is only used when embedding
59 the player into another window.
60
61 -k height, --height height
62 Set the height of the window. This is only used when embedding
63 the player into another window.
64
65 -X x-pos, --x-pos x-pos
66 Set window x position.
67
68 -Y y-pos, --y-pos y-pos
69 Set window y position.
70
71 -1, --once
72 Play once; exit when/if movie reaches the last frame.
73
74 -g Start Gnash with a Flash debugger console so one can set break‐
75 points or watchpoints.
76
77 -r [0|1|2|3]
78 0 disables rendering and sound (good for batch tests).
79
80 1 enables rendering, disable sound.
81
82 2 disables rendering, enable sound.
83
84 3 enables rendering and sound (default setting).
85
86 -M ffmpeg|gst, --media ffmpeg|gst
87 The media handler to use (default: ffmpeg).
88
89 -R agg|cairo|opengl, --renderer agg|cairo|opengl
90 The renderer to use (default: agg).
91
92 -t sec, --timeout sec
93 Timeout and exit after the specified number of seconds.
94
95 -u url, --real-url url
96 Set "real" url of the movie (useful for downloaded movies).
97
98 -U url, --base-url url
99 Set "base" url for this run (used to resolve relative urls,
100 defaults to movie url)
101
102 -P param, --param param
103 Set parameter (ie. "FlashVars=A=1&b=2")
104
105 -F x:y, --fd x:y
106 Set file descriptors to use for external communications. x is
107 use by the player to send commands to the plugin, y is used by
108 the plugin to send commands to the standalone player.
109
110 --max-advances num
111 Exit after specified number of frame advances.
112
113 --fullscreen
114 Start in fullscreen mode.
115
116 --hide-menubar
117 Start without displaying the menu bar.
118
119 --screenshot list
120 Set a list of frame advances to be saved as screenshots. The
121 list must be comma-separated. Valid values are integers and the
122 phrase "last". If "last" is specified, the final frame before
123 exit is saved. Invalid values are ignored. Frame numbers apply
124 to the sequence of frames as the SWF is executed, not the frame
125 sequence defined in the SWF. Use in combination with --screen‐
126 shot-file to specify output filename.
127
128 --screenshot-file file
129 Specify the output pattern for screenshot filenames. The token
130 %f in a pattern will be replaced with a frame identifier. If you
131 specify multiple frames and do not use %f, the file will be
132 overwritten for each screenshot. If this option is not specified
133 but screenshots are requested, a default filename will be used.
134
135 KEYS
136 CTRL-Q Quit/Exit.
137
138 CTRL-W Quit/Exit.
139
140 CTRL-P Toggle pause.
141
142 CTRL-R Restart the movie.
143
144 CTRL-L Force immediate redraw.
145
146 CTRL-F Toggle fullscreen. ESC also exits fullscreen.
147
148 CTRL-O Save a spontaneous screenshot. If no screenshots were requested
149 from the command line, a default filename is used. Otherwise,
150 the same filename pattern is used for requested and spontaneous
151 screenshots.
152
153 Flash is a registered trademark of Adobe Corporation.
154
155
156
157 18 April 2011 gnash(1)