Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
MJPEG Decompressor Filter
This filter decodes a video stream from motion JPEG to uncompressed video. Some digital video cameras produce a motion JPEG video stream.
| Filter Interfaces | IBaseFilter | 
| Input Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_MJPG | 
| Input Pin Interfaces | IMemInputPin, IPin, IQualityControl | 
| Output Pin Media Types | MEDIATYPE_VIDEO, MEDIASUBTYPE_NULL | 
| Output Pin Interfaces | IMediaPosition, IMediaSeeking, IPin, IQualityControl | 
| Filter CLSID | CLSID_MjpegDec | 
| Property Page CLSID | No property page | 
| Executable | quartz.dll | 
| Merit | MERIT_NORMAL | 
| Filter Category | CLSID_LegacyAmFilterCategory | 
Remarks
This filter is compatible with motion JPEG video that uses the FOURCC code 'MJPG'. It cannot decode other varieties of motion JPEG. For these, you will need to use a third-party decoder filter.
See Also