SolveigMM VP8 Decoder filter
The VP8 decoder filter implemented as a DirectShow filter. It's purpouse is to decode VP8-encoded video streams.
Filter Interfaces | IBaseFilter, IModuleConfig, ISpecifyPropertyPages |
Input Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_VP80 |
Input Pin Interfaces | IPin, IMemInputPin |
Output Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_YV12, MEDIATYPE_Video, MEDIASUBTYPE_I420, MEDIATYPE_Video, MEDIASUBTYPE_UYVY, MEDIATYPE_Video, MEDIASUBTYPE_YUY2, MEDIATYPE_Video, MEDIASUBTYPE_YUYV, MEDIATYPE_Video, MEDIASUBTYPE_YVYU |
Output Pin Interfaces | IPin, IMemInputPin |
Filter CLSID | CLSID_SMM_VP8_Decoder |
Property Page CLSID | About - {FB25E68D-BE58-4b42-A322-66801D5DFF95} |
Executable | SMM_VP8Decoder.ax |
Merit | MERIT_NORMAL |
Filter Category | CLSID_LegacyAmFilterCategory |
Declared in | PropID_VP8Decoder.h |
Features
The filter supports VP8-encoded video stream as an input.
Usage
To use the filter manually:
- Add filter to a graph.
- Build the graph.
- Run the graph.