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 [...]]
Specifies encoding to WMV format.
Defines the bit rate for encoding in kilobits per second (must be >= 28kbps).
Defines the quality value, which ranges between 1 and 100.
Specifies variable bit rate mode.
Specifies encoding to AVI format with codec default options.
Specifies the video codec to use.
Specifies that the progress dialog not be displayed.
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
|
Copyright © 2013 CA.
All rights reserved.
|
|