This usually means that there is a filter missing that is needed to decode one of the streams in the file. The error message should show some information about the required format, but this information is very cryptic. Below you can find some of the values that the error might show you, together with the format that belongs to it. majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71} subtype: Unknown GUID Name {726D6173-0000-0010-8000-00AA00389B71} formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A} The format above is AMR audio. To play this you need to enable AMR in ffdshow audio decoder. majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA-00389B71} subtype: Unknown GUID Name {31535046-0000-0010-8000-00AA00389B71} formattype: Format_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A} The format above if FPS1 video. To play this you need Fraps. Or enable FPS1 in ffdshow video decoder configuration. majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770} subtype: MEDIASUBTYPE_MPEG1System {E436EB84-524F-11CE-9F53-0020AF0BA770} formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000} The format above is MPEG-1. Try enabling the internal MPEG PS/TS/PVA source filter and MPEG-1 decoder in Media Player Classic. See Options -> Internal Filters -> Transform Filters. majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770} subtype: MEDIASUBTYPE_Avi {E436EB88-524F-11CE-9F53-0020AF0BA770} formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000} The types above usually mean that you are trying to play an incomplete AVI file or a non-standard compliant AVI file. The default AVI splitter of Windows has difficulty to handle incomplete files. Enable the internal AVI splitter in Media Player Classic. See Options -> Internal Filters -> Source Filters. majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71} subtype: Unknown GUID Name {34616D69-0000-0010-8000-00AA00389B71} The format above is IMA4 audio. Enable IMA ADPCM in ffdshow audio decoder. majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71} subtype: Unknown GUID Name {00006771-0000-0010-8000-00AA00389B71} formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A} The format above is Ogg Vorbis audio. Enable Vorbis in ffdshow audio decoder. majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71} subtype: Unknown GUID Name {1B81BE68-A0C7-11D3-B984-00C04F2E73C5} formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA} You may get the above error when there is a problem with your graphics driver that prevents the use of DXVA. The solution is to disable the internal DXVA H.264 decoder in Media Player Classic Homecinema. majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71} subtype: Unknown GUID Name {30355649-0000-0010-8000-00AA00389B71} formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A} The format above is Indeo 5. You can enable that codec with the Codec Tweak Tool (manage VFW codecs). |