XML Sample Script
The script file includes values for the maximum run time in minutes and required steps. Each step has to define Depth, Effort and SaveAfter options. (The values for SaveAfter are Yes and No.)
The script file includes values for the maximum run time in minutes and required steps.
Each step has to define Depth, Effort and SaveAfter options. (The values for SaveAfter are Yes and No.)
The following is an example of a script file with the steps:
<?xml version="1.0" encoding="UTF-8"?>
<TCF_Rowset arrayType="RowsetRow[1]" rowsetMode="rowset">
<row>
<MaxRunTimeInMinutes>200</MaxRunTimeInMinutes>
<Steps arrayType="RowsetRow[1]" rowsetMode="rowset">
<row>
<Depth>Quick Cut</Depth>
<Effort>Quick Cut</Effort>
<SaveAfter>No</SaveAfter>
</row>
<row>
<Depth>Normal</Depth>
<Effort>Normal</Effort>
<SaveAfter>Yes</SaveAfter>
</row>
<row>
<Depth>Extended</Depth>
<Effort>Extended</Effort>
<SaveAfter>Yes</SaveAfter>
</row>
</Steps>
</row>
</TCF_Rowset>