Difference between revisions of "ISSession:Record (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
<tt>Record [-c] [-C] [-p] [-P] [-s] [-S] [-rate #] [-quality #] [-size #x#]</tt>
  
 
== Description ==
 
== Description ==
 +
Begins capturing audio and video.
 +
 +
== Options ==
 +
*-c: Enables compression
 +
*-C: Disables compression (default)
 +
*-p: Enables pre-shrinking (default)
 +
*-P: Disables pre-shrinking
 +
*-s: Enables sound (default)
 +
*-S: Disables sound
 +
*-rate #: Sets capture rate - # out of 100 frames will be captured (default: 80)
 +
*-quality #: Sets quality - # out of 100, 100 being highest quality (default: 60)
 +
*-size #x#: Sets capture size (defaults to current game resolution)
  
 
== Examples ==
 
== Examples ==
  
 
== See Also ==
 
== See Also ==
 +
*[[WinEQ2:Video_Capture|Video Capture Guide]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
  
 
{{Command-Stub}}
 
{{Command-Stub}}

Revision as of 06:31, 2 April 2005

Syntax

Record [-c] [-C] [-p] [-P] [-s] [-S] [-rate #] [-quality #] [-size #x#]

Description

Begins capturing audio and video.

Options

  • -c: Enables compression
  • -C: Disables compression (default)
  • -p: Enables pre-shrinking (default)
  • -P: Disables pre-shrinking
  • -s: Enables sound (default)
  • -S: Disables sound
  • -rate #: Sets capture rate - # out of 100 frames will be captured (default: 80)
  • -quality #: Sets quality - # out of 100, 100 being highest quality (default: 60)
  • -size #x#: Sets capture size (defaults to current game resolution)

Examples

See Also