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
414 stars 94 forks source link

Can watermark support be added #301

Closed xuechenga closed 5 months ago

xuechenga commented 5 months ago

Can watermark support be added

sskodje commented 5 months ago

https://github.com/sskodje/ScreenRecorderLib/wiki/Quickstart-guide-v5.x.x#add-overlays-to-recording

You can use a video file or GIF for animated, or a JPEG or PNG. Use PNG if you want semi transparent.

xuechenga commented 5 months ago

Thank you for your answer