clmvc3(3dm) clmvc3(3dm)
NAME
cl_mvc3 - MVC3 scheme in the Compression Library
SYNOPSIS
#include <dmedia/cl.h>
DESCRIPTION
The MVC3 (Motion Video Compressor 3) compression algorithm is implemented
as one of the codecs in the Compression Library (CL). Its scheme
identifier is CLMVC3SOFTWARE, 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.
CLMVC3QUALITYLEVEL
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.
SEE ALSO
CLintro(3dm)
Page 1