Question

I am using media element to render video in WPF. All videos are working fine except H.264 videos. They have some stuttering problem while they are rendered on screen. My machine configuration is much more than the recommended requirement to play for this video. Another surprising fact is that the video renders perfectly fine when I play this in Window Media Player or any other player. Any solution or any alternative to MediaElement?

Was it helpful?

Solution

WPF does not support H.264 videos

OTHER TIPS

You can try my MediaUriElement from my open source project here: http://wpfmediakit.codeplex.com

It has better media compatibility than MediaElement, but if it's a decoder filter problem or a performance problem, my project won't be able to help. What h264 codec are you using. You may want to try out ffdshow from http://ffdshow-tryout.sourceforge.net/.

-Jer

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top