View Single Post
Old 9th January 2004, 04:59   #52  |  Link
RadicalEd
Registered User
 
Join Date: Dec 2001
Posts: 987
Great, thanks. And now a minor Helix Producer doc error:
Quote:
disableLoadManagement [ job ]

--------------------------------------------------------------------------------

Disables load management/CPU scalability functionality.

Load management occurs during real-time operation and enables codecs to reduce the complexity, and hence CPU requirements, in order to maintain steady state operation. This option should generally only be used for testing or in cases where there is a strong reason to disable automatic load management. Disabling load management may result undesirable behavior in cases where encoding load requirements exceeds available system resources.

Default:
false

Values:
Any valid Boolean Value where:

A value of 'true' means 2-pass encoding is enabled (file is analyzed in 1 pass and encoded in a 2nd pass)
A value of 'false' means 2-pass encoding is disabled (file is encoded in 1 pass)

Type:
bool

Example:
<disableLoadManagement type="bool">false</disableLoadManagement>
The two pass description was copied to the load management description in the Job File reference.
RadicalEd is offline   Reply With Quote