HyperWorks Desktop

*CachePalette()

Attempts to accelerate the process which converts AMF files using JPEG frame storage to a faster internal format.

*CachePalette()

Attempts to accelerate the process which converts AMF files using JPEG frame storage to a faster internal format.

Previous topic Next topic No expanding text in this topic  

*CachePalette()

Attempts to accelerate the process which converts AMF files using JPEG frame storage to a faster internal format.

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

Syntax

*CachePalette(0/1)

Argument

Name

Description

 

0/1

0 - Indicates that the color palettes for the converted frames should not be shared between frames.

1 - Uses the same color palette for all frames in the video.

Example

*BeginVideoDefaults()

 *Recompress(1)

 *CachePalette(1)

*EndVideoDefaults()

Application

MotionView and HyperView.

Context

*BeginVideoDefaults()

Comments

If *Recompress(1) or *Recompress(2) is selected, the conversion process runs faster if palette caching is turned on.  This will harm image quality if there are significant color content differences between frames.

See also

 

*BeginVideoDefaults()

*EndVideoDefaults()

*Recompress()

List of Preference Statements