1 .\" -*- coding: us-ascii -*-
3 .if \n(.g .ds T> \\F[\n[.fam]]
7 .if \n(.g .mso www.tmac
8 .TH gnash 1 "30 January 2011" "" ""
10 gnash, gtk-gnash, kde4-gnash \- GNU Flash (SWF) Player
14 gnash [option]... [URL]
17 Run the SWF movie player.
23 Print the version number, and the configuration, of the
24 Gnash player. Please provide this information when submitting bug
27 -s factor, --scale factor
28 Scale the movie up/down by the specified factor.
31 Produce a core file instead of letting SDL trap it
34 Number of milliseconds to delay in main loop.
37 Be verbose; i.e. print log messages to stdout.
40 Be very verbose about movie action execution. Must be used in
44 Be very verbose about parsing. Must be used in conjunction with -v.
47 Audio dump file (wave format).
49 --hwaccel none|vaapi|xv
50 Hardware Video Accelerator to use none|vaapi|xv|omap (default: none)
53 The XID of the parent window Gnash should use instead of
54 creating a new one. This is only used when embedding the player
58 Write the gnash-dbg.log debug log to disk. By default the
59 plugin writes its log in your home directory when using a
60 launcher from GNOME or KDE.
62 -j width, --width width
63 Set the width of the window. This is only used when embedding
64 the player into another window.
66 -k height, --height height
67 Set the height of the window. This is only used when embedding
68 the player into another window.
70 -X x-pos, --x-pos x-pos
71 Set window x position.
73 -Y y-pos, --y-pos y-pos
74 Set window y position.
77 Play once; exit when/if movie reaches the last frame.
80 Start Gnash with a Flash debugger console so one can set
81 breakpoints or watchpoints.
84 0 disables rendering and sound (good for batch tests).
86 1 enables rendering, disable sound.
88 2 disables rendering, enable sound.
90 3 enables rendering and sound (default setting).
92 -M ffmpeg|gst, --media ffmpeg|gst
93 The media handler to use (default: ffmpeg).
95 -R agg|cairo|opengl, --renderer agg|cairo|opengl
96 The renderer to use (default: agg).
99 Timeout and exit after the specified number of seconds.
101 -u url, --real-url url
102 Set "real" url of the movie (useful for downloaded movies).
104 -U url, --base-url url
105 Set "base" url for this run (used to resolve relative urls,
106 defaults to movie url)
108 -P param, --param param
109 Set parameter (ie. "FlashVars=A=1&b=2")
112 Set file descriptors to use for external communications. x is
113 use by the player to send commands to the plugin, y is used
114 by the plugin to send commands to the standalone player.
117 Exit after specified number of frame advances.
120 Start in fullscreen mode.
123 Start without displaying the menu bar.
126 Set a list of frame advances to be saved as screenshots. The list
127 must be comma-separated. Valid values are integers and the phrase
128 "last". If "last" is specified, the final
129 frame before exit is saved. Invalid values are ignored. Frame numbers
130 apply to the sequence of frames as the SWF is executed, not the
131 frame sequence defined in the SWF. Use in combination with
132 --screenshot-file to specify output filename.
134 --screenshot-file file
135 Specify the output pattern for screenshot filenames. The token %f
136 in a pattern will be replaced with a frame identifier. If you specify
137 multiple frames and do not use %f, the file will be overwritten for
138 each screenshot. If this option is not specified but screenshots
139 are requested, a default filename will be used.
155 Force immediate redraw.
158 Toggle fullscreen. ESC also exits fullscreen.
161 Save a spontaneous screenshot. If no screenshots were requested
162 from the command line, a default filename is used. Otherwise, the
163 same filename pattern is used for requested and spontaneous
166 Flash is a registered trademark of Adobe Corporation.