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 switched to H265 encoder in my code but now suddenly I get an error. Failed to initialize video sink writer : The data specified for the media type is...

We have an application that records properly in an Admin account, but will not record in a user account. For other file writes, we can write to the same location...

Here is the exception from the pipeline virtual machine. This error is happening the first time in the test run when I am calling into ScreenRecorderLib and creating my instance...

After doing some screenrecordings from the same application suddenly my application crashes. There is no trace of the crash anywhere, except in Windows EventViewer. Is there any way to try...

Hello, I am getting a strange error the screenrecorder is failing from time to time with this error: 2023-09-18 15:47:00.433 [ERROR] [OutputManager.cpp | RenderFrame: 194] >> Writing of video frame...

If we use both IsMp4FastStartEnabled & IsFragmentedMp4Enabled options, video doesn't faststart. Is there any way to fix this?

bug

I have submitted a [pull request](https://github.com/sskodje/ScreenRecorderLib/pull/239) that adds support for GIF frames when the recorder is used in Slideshow mode. But the quality of GIF is very low. Can this...

I'm using ScreenRecorderLib to record the screen on a Windows Server 2019 Azure virtual machine during some automated UI tests. These tests run via NUnit and start the recorder; perform...

Recently, I used your library, and it's working great. The camera is also functioning well. However, I am unable to preview the webcam. Is it possible that a camera previewing...

When we record a window, it will look better if we can add padding on all sides and use a background image for that area. Like **Without Padding** https://github.com/sskodje/ScreenRecorderLib/assets/92986100/5923a392-627e-45f3-8dee-97a7ac249613 **With...