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

Added GIF support and Fixed Slideshow mode crash #239

Closed ranwer-dev closed 3 months ago

ranwer-dev commented 1 year ago
  1. Added GIF support for SnapshotFormat
  2. Updated frame naming scheme in Slideshow to use the 6-digit format This will be helpful to create GIF from frames. Tools like gifsicle will be able to frames in ascending order for the conversion
  3. Fixed crash in SlideShow mode when it tries to get AudioOptions on the null object