Specifies settings for an external converter.
*ConverterOutputSettings()Specifies settings for an external converter. |
|||||
*ConverterOutputSettings()Specifies settings for an external converter. |
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 |
||
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 |
|
|