*CachePalette()
Attempts to accelerate the process which converts AMF files using JPEG frame storage to a faster internal format.
Syntax
*CachePalette (0/1)
Application
MotionView and HyperView.
Inputs
- 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.
Context
*BeginVideoDefaults()
Example
*BeginVideoDefaults()
*Recompress(1)
*CachePalette(1)
*EndVideoDefaults()
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.