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

Getting frames instead of writing to video #235

Open ranwer-dev opened 1 year ago

ranwer-dev commented 1 year ago

Is it possible with the library that we receive the frame in OnFrameRecorded event instead of writing to video?

sskodje commented 1 year ago

No, but it's on the road map.