robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
219 stars 43 forks source link

Latest version started recording with black corner #35

Closed WORMSS closed 2 years ago

WORMSS commented 3 years ago

There seems to be a black pattern that has started to appear when I reinstalled this app.

image

The pattern is different image

Depending on the size of the window.

I am unsure what has changed recently to have caused this? If it was a windows update (Which I am forced to do by my works admin policies)

robmikh commented 3 years ago

Hmm that looks like it would be an issue coming from your video card driver. What build of Windows are you running and what do you have for CPU/GPU? Have you already tried getting the latest GPU driver for your setup?

WORMSS commented 3 years ago

Intel Zeon E5-1620 v3 Windows 10 Pro 21H1 The graphics card I do believe is a piece of cheese, but it calls itself AMD FirePro W2100 (FireGL V) I did used to get problems with this graphics card 4 years ago (Think it was drivers), but for the last 3½ it's been solid as a rock.

robmikh commented 2 years ago

Sorry for the delay, would you be willing to try another program to see if you can reproduce the issue there? The CaptureVideoSample project is similar to this one, but this release uses the video processor to scale content instead of the encoder: https://github.com/robmikh/CaptureVideoSample/releases/tag/v0.1.3-mf-prerelease