NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.04k stars 2.15k forks source link

Fix calculation of the processed frame for Ffmpeg #1293

Closed pawlos closed 3 months ago

pawlos commented 3 months ago

Changed the frame calculation log for the Ffmpeg encoded that should result in progress rage not going outside 100%.

information about duplicated frames during the encoding process are excluded from progress calculation resulting in more accurate status update.

Fixes #1279