ScreenRecorderLib icon indicating copy to clipboard operation
ScreenRecorderLib copied to clipboard

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.

Results 59 ScreenRecorderLib issues
Sort by recently updated
recently updated
newest added

I need to dump the data on Bitmaps to then use on a app, how can i do this without, saving to file, then processing each file created etc, etc...

When Auto HDR is enabled in Windows, the color scheme of the recorded video will be washed out.

Regardless of whether 'IsHardwareEncodingEnabled' is true/false, the frame rate is only just above 20fps [with 60fps set] tested under Windows 11 with: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz 2.30 GHz...

I had a quick search and found some references in the code to DXGI_MODE_ROTATION but i think these are internal. Does screenrecorderlib offer any options to record a screen/window but...

enhancement

Start the screen recording and start playing any audio file (eg .wav file), for the first time screen recording picks up the audio with the current time stamp, now stop...

Start the full desktop recording on all monitors. Move the full application on monitor 2 and then Lock the screen using windows key and L then remove the secondary monitor...

Currently, this codebase is written and designed to work with C#, but there is interest in adapting or extending it to be usable within C++ projects.

When starting the application recording on resolution 500*500 then resizing the application then resolution gets distorted. I tried with this code but no success private void Window_SizeChanged(object sender, SizeChangedEventArgs e)...

On the following line when it start recording it show Systm.AccessViolationException: Attemp to read or write protected memory. This is often an indication that other memory is corrupt. _recorder =...