LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Codecs > MCMP/MJPEG > LEAD MCMP/MJPEG Codec (2.0) |
A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.
Also known as an encoder, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.
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.
Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder.
Also known as a decompressor, this is a module or algorithm to decompress data.
The LEAD MCMP/MJPEG Codec 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 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 : |
Interface ID |
Encoder: IID_IMCMPEncoderOption |
Input/Output Media Types |
The major media type for both the encoder and the decoder is MEDIATYPE_Video. Subtypes: Encoder: Input: MEDIASUBTYPE_RGB24 |
Filter CLSID |
Encoder: CLSID_MCMPEncoder. |
Property Page(s) CLSID |
Encoder: CLSID_MCMPEncoderPropertyPage |
Filter category |
CLSID_VideoCompressorCategory |
Executable |
LCODCCMP2.dll, DSKernel2.dll |
Header |
IMCMPCodec2.h |
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