Hi,
could you please tell me where I can find the correct decoder MFT for the DV codec as well as for the MPEG1 and MPEG2 codec?
At the moment I can only find a suitable decoder MFT for H.264 and MPEG-4 - CMSH264DecoderMFT and CMpeg4sDecMFT.
HRESULT hr = CoCreateInstance (__uuidof(CMpeg4sDecMFT), NULL,
CLSCTX_INPROC_SERVER, IID_PPV_ARGS (&m_decoder));
Unforatunately there`s no specific information on the web (https://msdn.microsoft.com/en-us/library/windows/desktop/hh162909%28v=vs.85%29.aspx).
best regards
saoirse