unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 238 forks source link

Crash in VideoRenderer with a specific video (plays well with ffplay.exe) #548

Closed ju2pom closed 3 years ago

ju2pom commented 3 years ago

Crash in VideoRenderer with a specific video (plays well with ffplay.exe)

The sample application as well as my own application crash when trying to play a specific video (download here) After some investigation (I had to activate native debugging) it appears to crash in the call to new WritableBitmap in the VideoRenderer.PrepareVideoFrameBuffer method. The call parameters are 620, 252, 96, 96, AV_PIX_FMT_BGRA

Issue Categories

Version Information

Steps to Reproduce

  1. Start application
  2. Add the path to the downloaded video
  3. Play the video

Expected Results

ju2pom commented 3 years ago

Here is a screenshot that may help visual-studio

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.