Site icon EfmSoft

What does HRESULT 0xC00DA410 (MF_E_TRANSCODE_NO_CONTAINERTYPE) mean?

 
Previous Next
MF_E_QM_INVALIDSTATE MF_E_TRANSCODE_PROFILE_NO_MATCHING_STREAMS

MF_E_TRANSCODE_NO_CONTAINERTYPE

MF_E_TRANSCODE_NO_CONTAINERTYPE is raised while Media Foundation builds a transcode topology from an incomplete profile. The transcode profile has separate audio, video, and container attribute stores; the container store must include MF_TRANSCODE_CONTAINERTYPE.

Check the profile before creating the topology

Microsoft documents MF_TRANSCODE_CONTAINERTYPE as the required container attribute. Typical values select formats such as MP4 or ASF. The most useful diagnostic dump is therefore the three profile attribute sets immediately before MFCreateTranscodeTopology. If the container store is missing or the required key was written to the audio or video store by mistake, changing the output filename extension will not repair the profile.

Microsoft: MFCreateTranscodeTopology · Microsoft: using the Transcode API · Microsoft: IMFTranscodeProfile


Looking for a different code? Search another status or error code.

Exit mobile version