definejob

Redefines source and target file paths of RealProducer job file


Synopsis

Loads contents of Helix Producer/RealProducer XML job file, replaces input and destination paths with command line arguments and saves edited job file.

Usage

The Windows Script Host environment provides support for describing scripts, passing parameters, including external source files and loading type libraries. Here is the output which the framework shows to guide proper usage of the program:

definejob - Redefines source and target file paths of RealProducer job file

Usage: definejob.wsf /job:value [/createjob:value] /input:value /output:value

Options:

job       : j - Name of job definition source file
createjob : cj - Name of job definition target file
input     : i - Name of AVI source file
output    : o - Name of RealMedia transcoding target file

Example: 

cscript definejob.wsf /job:allmute.rpjf /input:source.avi /o:"my show.rm"

Features

The utilities of the Virtuosi Digital Video Processing Environment all share a common set of functionality provided by source code templates and a modular support library. This basic functionality is generated by a Windows Script Host application wizard which provides handlers for optional and mandatory command line arguments. The framework supports short mnemonic aliases for named arguments. Programs generate standard errorlevel responses to problems during validation of arguments, file paths, file structure or ActiveX component loading.

Here are the specific capabilities of the definejob utility: