I try to show a MP4-Video using the MediaElement in WPF. Playing the video works just fine. However, the white colors are displayed grayish. When I open the video file in some other video player, the white color is shown as it should. Has anyone else experienced this?
<MediaElement LoadedBehavior="Play"
Source="Resources/Videos/TestVideo.mp4" />