sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
408 stars 93 forks source link

Lag or frame drop during window drag #269

Closed aqibbanday closed 10 months ago

aqibbanday commented 10 months ago

When recording is in progress the app and captured video lags when the window of capture application sample is dragged.

sskodje commented 10 months ago

Perhaps the machine it happened on was low on system resources? I can't see how dragging a window can affect this library otherwise. Screen recording and video encoding can be demanding on PC.

I'll close this, as i can't reproduce the bug. If it's reproduceable and happens without any obvious cause, i can reopen it.