ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Go to file
Tim Bond b0f9035850
Use mpdecimate ffmpeg video filter for encoding GIFs
When there is no activity in a GIF there is still a new frame generated every
1/framerate seconds. At the default recording of 15 FPS this means that a new
frame is generated and stored in the file every 6/100 or 7/100 of a second. If
nothing changed between the two frames, it is more efficient to extend the 
duration of the first frame and drop the second. This is what ffmpeg's
mpdecimate filter does.

For more info see https://trembit.com/blog/ffmpeg-mpdecimate-filter-for-dummies/
2025-11-01 15:18:09 -07:00
.github Use dotnet build 2025-06-27 05:21:45 +03:00
Libs Fixed ImageListView issue 2025-06-22 10:50:23 +03:00
Licenses fixed #5049: Update FFmpeg license text 2020-09-16 19:41:21 +03:00
ShareX Implemented 3rd comment on issue #7983. Stil needs icon 2025-09-21 05:51:15 -07:00
ShareX.HelpersLib Implemented 3rd comment on issue #7983. Stil needs icon 2025-09-21 05:51:15 -07:00
ShareX.HistoryLib Update HistoryManagerSQLite.cs 2025-08-19 07:30:03 +03:00
ShareX.ImageEffectsLib Projects compiles now 2025-06-20 12:51:01 +03:00
ShareX.IndexerLib Work in progress 2025-06-20 18:03:45 +03:00
ShareX.MediaLib Work in progress 2025-06-20 18:03:45 +03:00
ShareX.NativeMessagingHost Update setup scripts 2025-06-20 14:27:24 +03:00
ShareX.ScreenCaptureLib Use mpdecimate ffmpeg video filter for encoding GIFs 2025-11-01 15:18:09 -07:00
ShareX.Setup Release 18.0.1 2025-08-19 07:32:19 +03:00
ShareX.Steam Revert Steam project to .NET Framework 4.8 2025-06-25 14:19:07 +03:00
ShareX.UploadersLib Parse response 2025-08-17 18:11:25 +03:00
.editorconfig Projects compiles now 2025-06-20 12:51:01 +03:00
.gitattributes Add crlf rules 2017-06-08 19:29:50 +03:00
.gitignore Download FFmpeg to Output folder instead of Lib 2018-07-19 17:08:04 +03:00
Directory.build.props Release 18.0.1 2025-08-19 07:32:19 +03:00
Directory.build.targets Added Directory.build.targets 2024-04-10 20:23:06 +03:00
LICENSE.txt README and version history changes 2013-11-20 20:20:46 +02:00
README.md Update README.md 2024-07-04 01:57:18 +03:00
ShareX.sln Added Directory.build.targets 2024-04-10 20:23:06 +03:00