Previous Topic: Access the Replay Export ToolNext Topic: Diagnostics and Troubleshooting


rcReplayExport Command—Set Export Options

The following syntax lists the command line parameter options for the replay export tool:

rcReplayExport [/WMV [/BR bitrate] [/Q quality] [/VBR] | /AVI [/CODEC codec]] [/QUIET] [/IDLE] [ input file [...]]
/WMV

Specifies encoding to WMV format.

/BR bitrate

Defines the bit rate for encoding in kilobits per second (must be >= 28kbps).

/Q quality

Defines the quality value, which ranges between 1 and 100.

/VBR

Specifies variable bit rate mode.

/AVI

Specifies encoding to AVI format with codec default options.

/CODEC codec

Specifies the video codec to use.

/QUIET

Specifies that the progress dialog not be displayed.

/IDLE

Indicates that conversion be performed during idle processor time.

Note: A list of input files can be specified at the end of the command line. The list may contain the wildcards "*" and "?".

Note: If either /WMV or /AVI is specified, the Export Options dialog does not appear.

Examples

This example opens the Replay Export dialog, which is ready to convert all of the recording files in the current folder:

rcReplayExport *.urc

This example converts all of the recording files in the current folder to Windows Media Video format, using the best available codec and default encoding options:

rcReplayExport /WMV *.urc

This example converts the test1.urc and test2.urc files to test1.avi and test2.avi, using the Microsoft MPEG-4 Codec V3 compression codec:

rcReplayExport /AVI /CODEC “Microsoft MPEG-4 Codec V3” test1.urc test2.urc