HyperWorks Desktop

*ConverterOutputSettings()

Specifies settings for an external converter.

*ConverterOutputSettings()

Specifies settings for an external converter.

Previous topic Next topic No expanding text in this topic  

*ConverterOutputSettings()

Specifies settings for an external converter.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*ConverterOutputSettings(out_dir, use_exist, jpgs_flag)

Arguments

Name

Description

 

out_dir

The output directory name.

 

use_exist

1 = previous conversion results should be used first; otherwise 0.

 

jpgs_flag

0 = deletes any JPEG files created during the conversion process.

1 = keeps the JPEG files created during the conversion process.

Example

*BeginVideoDefaults()

  *ConverterOutputSettings(“C:/output_dir”, 1, 0)

*EndVideoDefaults()

Application

HyperView, MediaView

Context

*BeginDefaults()

*BeginVideoDefaults()

Comments

You may choose to remove the *ExternalConverter() statement from the preferences file and use *ExternalDecoder() and *ExternalEncoder() instead.  In that case, the conversion process produces a series of JPEG images.  These are the images that can be kept or deleted based on the jpgs_flag argument (see above).

See also

 

*BeginVideoDefaults()

*ExternalConverter()

*ExternalDecoder()

*ExternalEncoder()

*EndVideoDefaults()

List of Preference Statements