cl_mvc3(3dm) cl_mvc3(3dm)
cl_mvc3 - MVC3 scheme in the Compression Library
#include <dmedia/cl.h>
The MVC3 (Motion Video Compressor 3) compression algorithm is implemented
as one of the codecs in the Compression Library (CL). Its scheme
identifier is CL_MVC3_SOFTWARE, and is accessible through the standard CL
API. For an overview of the basic library calls and parameters, see
CLintro(3dm).
This algorithm is based on a fast block transform technique. It uses one
parameter in addition to the basic CL set.
CL_MVC3_QUALITY_LEVEL [Toc] [Back]
Type: CL_RANGE_VALUE
A quality which is actually a quantization table selection. 6 is
the highest compression ratio and therefore the worst quality, 0 is
the lowest compression ratio and therefore the highest quality.
The default is 0.
CLintro(3dm)
PPPPaaaaggggeeee 1111 [ Back ]
|