HyperWorks Desktop

*ExternalDecoder()

Specifies an external decoder to be used.

*ExternalDecoder()

Specifies an external decoder to be used.

Previous topic Next topic No expanding text in this topic  

*ExternalDecoder()

Specifies an external decoder to be used.

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

Syntax

*ExternalDecoder(char* decoder)

Argument

Name

Description

 

decoder

The filename of the external decoder.

Example

*BeginVideoDefaults()

   *ExternalEncoder(“C:/encoders/enc.bat”)

  *ExternalDecoder(“C:/decoders/dec.bat”)

*EndVideoDefaults()

Application

MediaView

Context

*BeginDefaults()

*BeginVideoDefaults()

Comments

This, along with the *ExternalEncoder() statement, can be used to replace the *ExternalConverter() statement in a preferences file.

See also

 

*BeginVideoDefaults()

*ConverterOutputSettings()

*EndVideoDefaults()

*ExternalConverter()

*ExternalEncoder()

List of Preference Statements