I have some simple WPF with a MediaElement which is, generally, working. I have some simple AVIs and WMVs which are working.
I have a DivX AVI that works fine in Media Player but doesn't render at all in the WPF MediaElement control. It plays the audio fine, but graphically has zero size and doesn't render any video!
I have tried using the WPF Media Kit at wpfmediakit.codeplex.com and manage to extract an error from that: Could not render any streams from the source Uri
.
The RenderCapability.Tier reports 0x00020000
(Tier 2) - the graphics card should be capable!