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

Need Help!!! #253

Closed Praveen-Jeffri closed 1 year ago

Praveen-Jeffri commented 1 year ago

How to make the mouse pointer disable in selective window recording ? when i did this it also showing up in output video

sskodje commented 1 year ago

There's a bug where the global toggle in mouse options does not affect window recordings, but you can also disable it with the IsCursorCaptureEnabled property on the RecordingSource itself.

Also it's quite frowned upon in the open source community to start an issue with things like "need help!!!!". You don't need help, you want help. And the people who may wish to help, want a descriptive title on their issues.