ScreenRecorderLib
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.
I used CPU-Z bench/stress test when recording a video, had a lot of stutter during that period. https://www.cpuid.com/downloads/cpu-z/cpu-z_1.95-en.exe You can use this to stress CPU under bench tab click stress...
Hi, after integrating ScreenRecorderLib my program started crashing with access violation exception. In my program I am following TestApp example and create and dispose the recorder for every new recording...
On some systems, when power saving turns off the screen, we get DXGI_ERROR_ACCESS_LOST and it will display a black frame while there is no video output. On others, there is...
I noticed the MP4 container supports older audio codecs. Like **[Windows.Media.MediaProperties - MediaEncodingSubtypes.Mp3 Property](https://learn.microsoft.com/en-us/uwp/api/windows.media.mediaproperties.mediaencodingsubtypes.mp3?view=winrt-22621)**. ### Full list: **[MPEG-4 (MP4) | MDN](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers#mpeg-4_mp4)**. It would be nice if there was a possibility...
Can this library be modified in a way that it supports only audio recording? I mean no screen recording, just output the audio from the mic & speaker.
Would it be possible to change the yellow border around the current DisplayOverlays? (For example change it to red color just like in Skype.) It would also be great if...
This doesn't happen all the time, but in some rare cases, recording starts and then after a few seconds or minutes it abruptly ends. Which leaves behind an unplayable video....
If I record the screen with this lib, there are few colors issues on some parts of the screen. There is no issue when its done with ffmpeg. See the...