LEAD MCMP/MJPEG Codec (2.0)

The LEAD MCMP/MJPEG Codec A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.COmpressor Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder. combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data. is a DirectShow® and Microsoft Video For Windows® (VFW) filter for compressing video data using the LEAD CMP and JPEG compression algorithms. The compressed video data can be stored inside AVI files, with or without the audio data. MJPEG, which is also known as Motion JPEG, is a motion video adaptation of the JPEG standard for still photos. MJPEG treats a video stream The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) it. as a series of still photos, compressing each frame individually, and uses no interframe compression.

MCMP, or Motion CMP, is a motion video adaptation of LEAD's proprietary CMP compression code. MCMP delivers smaller file sizes and can maintain better image quality than MJPEG, with the same or better image quality.

High-speed compression (intraframe only), quick random access to every frame when searching, and the ability to generate a lossless stream enable this codec to be used for wide range of applications such as real time video capturing, video conferencing, remote monitoring and medical imaging.

 

Filter Interface(s)

Encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.:

IMCMPEncoderOption
IAMVideoCompression

Interface ID

Encoder:

IID_IMCMPEncoderOption
IID_IAMVideoCompression

Input/Output Media Types

The major media type for both the encoder and the decoder Also known as a decompressor, this is a module or algorithm to decompress data. is

MEDIATYPE_Video.

Subtypes:

Encoder: 

Input: MEDIASUBTYPE_RGB24
MEDIASUBTYPE_LGRY (12/16-bit grayscale)
MEDIASUBTYPE_RGB8 (gray only)
MEDIASUBTYPE_YUY2 (YUV 4:2:2)
MEDIASUBTYPE_UYVY (YUV 4:2:2)
Output: MEDIASUBTYPE_LEAD (MCMP format)
MEDIASUBTYPE_Ljpg (Lossless jpeg)
MEDIASUBTYPE_MJPG (Motion jpeg) 

Filter CLSID

Encoder:

CLSID_MCMPEncoder. 

Property Page(s) CLSID

Encoder:

CLSID_MCMPEncoderPropertyPage
CLSID_MCMPAboutPropertyPage

Filter category

CLSID_VideoCompressorCategory

Executable

LCODCCMP2.dll, DSKernel2.dll

Header

IMCMPCodec2.h

Platforms

Win32, x64

See Also

LEAD MCMP/MJPEG Codec User Interface

 

This filter is included as part of the following modules:

LEAD MCMP-MJPEG Video Codec Module