*ExternalEncoder()
Specifies an external encoder to be used.
Syntax
*ExternalEncoder (encoder)
Application
MediaView
Inputs
- encoder
 - The filename of the external encoder.
 
Context
*BeginDefaults()
*BeginVideoDefaults()
Example
*BeginVideoDefaults()
    *ExternalEncoder(“C:/encoders/enc.bat”)
    *ExternalDecoder(“C:/decoders/dec.bat”)
*EndVideoDefaults()
      Comments
This, along with the *ExternalDecoder() statement, can be used to replace the *ExternalConverter() statement in a preferences file.