gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11885: regenerated


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11885: regenerated
Date: Wed, 03 Feb 2010 17:47:31 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11885
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 17:47:31 -0700
message:
  regenerated
modified:
  doc/C/preformatted/gnash.1.in
=== modified file 'doc/C/preformatted/gnash.1.in'
--- a/doc/C/preformatted/gnash.1.in     2010-01-01 20:41:28 +0000
+++ b/doc/C/preformatted/gnash.1.in     2010-02-04 00:47:31 +0000
@@ -5,13 +5,13 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH gnash 1 "20 December 2009" "" ""
+.TH gnash 1 "3 February 2010" "" ""
 .SH NAME
 gnash \- GNU Flash (SWF) Player
 .SH Synopsis
 .nf
 
-gnash (options)... (file)...
+gnash [option]... [URL]
 .fi
 .SH DESCRIPTION
 Run the SWF movie player.
@@ -22,43 +22,32 @@
 -s factor
 Scale the movie up/down by the specified factor.
 .TP 
--c
-Severe errors produce a core file instead of letting SDL trap them.
-.TP 
 -d num
 Number of milliseconds to delay in main loop.
 .TP 
 -a
-Enable ActionScript debugging.
-.TP 
--x
+Be very verbose about movie action execution. Must be used in
+conjunction with -v.
+.TP 
+-p
+Be very verbose about parsing. Must be used in conjunction with -v.
+.TP 
+-x xid, --xid xid
 The XID of the parent window Gnash should use instead of
 creating a new one. This is only used when embedding the player
 into another window.
 .TP 
--j
+-j width, --width width
 Set the width of the window. This is only used when embedding
 the player into another window.
 .TP 
--k
+-k height, --height height
 Set the height of the window. This is only used when embedding
 the player into another window.
 .TP 
 -v
 Be verbose; i.e. print log messages to stdout.
 .TP 
--va
-Be verbose about movie Actions.
-.TP 
--vp
-Be verbose about parsing the movie.
-.TP 
--ml bias
-Specify the texture LOD bias (float, default is -1).
-.TP 
--p
-Run full speed (without sleeping), and log the frame rate.
-.TP 
 -g
 Start Gnash with a Flash debugger console so one can set
 breakpoints or watchpoints.
@@ -68,7 +57,7 @@
 plugin writes its log in your home directory when using a
 launcher from GNOME or KDE.
 .TP 
--1
+-1, --once
 Play once; exit when/if movie reaches the last frame.
 .TP 
 -r [0|1|2]
@@ -78,26 +67,42 @@
 
 2 enables rendering and disables sound.
 .TP 
--t sec
+-t sec, --timeout sec
 Timeout and exit after the specified number of seconds.
 .TP 
--u
+-u, --real-url
 Set "real" url of the movie (useful for downloaded movies).
 .TP 
--U
+-U, --base-url
 Set "base" url for this run (used to resolve relative urls,
 defaults to movie url)
 .TP 
--P
+-P param, --param param
 Set parameter (ie. "FlashVars=A=1&b=2")
 .TP 
--F
+-F, --fd
 Set filedescriptor to use for external communications.
 .TP 
 --version
 Print the version number, and the configuration, of the
 Gnash player. Please provide this information when submitting bug
 reports.
+.TP 
+--screenshot list
+Set a list of frame advances to be saved as screenshots. The list
+must be comma-separated. Valid values are integers and the phrase
+"last". If "last" is specified, the final
+frame before exit is saved. Invalid values are ignored. Frame numbers
+apply to the sequence of frames as the SWF is executed, not the
+frame sequence defined in the SWF. Use in combination with
+--screenshot-file to specify output filename.
+.TP 
+--screenshot-file file
+Specify the output pattern for screenshot filenames. The token %f
+in a pattern will be replaced with a frame identifier. If you specify
+multiple frames and do not use %f, the file will be overwritten for
+each screenshot. If this option is not specified but screenshots
+are requested, a default filename will be used.
 .SS KEYS
 .TP 
 CTRL-Q
@@ -106,31 +111,19 @@
 CTRL-W
 Quit/Exit.
 .TP 
-ESC
-Quit/Exit.
-.TP 
 CTRL-P
-Toggle Pause.
+Toggle pause.
 .TP 
 CTRL-R 
 Restart the movie.
 .TP 
-CTRL-[ or kp-
-Step back one frame.
-.TP 
-CTRL-] or kp+
-Step forward one frame.
-.TP 
-CTRL-T
-Debug. Test the set_variable() function.
-.TP 
-CTRL-G
-Debug. Test the get_variable() function.
-.TP 
-CTRL-M
-Debug. Test the call_method() function.
-.TP 
-CTRL-B
-Toggle background color.
+CTRL-F 
+Toggle fullscreen. ESC also exits fullscreen.
+.TP 
+CTRL-O 
+Save a spontaneous screenshot. If no screenshots were requested
+from the command line, a default filename is used. Otherwise, the
+same filename pattern is used for requested and spontaneous
+screenshots.
 .PP
 Flash is a registered trademark of Adobe Corporation.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]