Same as last version, but now with a visible version number in the app and builds for Mac and Linux.
Warning
Now building Mac, but these builds might not work! Only the Windows version is tested.
Improvements and Fixes:
- New GIFs are now sorted first, since those are the ones you probably want to see!
- Fixed issue with fractional seconds being lost when trimming (e.g. you couldn't start at 1.5 seconds -- it'd always round down to 1 second).
- Fixed issue where you'd get an error when the output image had odd pixel dimensions.
ffmpeg
requires even-length pixel dimensions for this set of transformations. This tool now crops an extra pixel if needed to get to an even number instead of erroring out. - Now checks for
ffmpeg
andffprobe
on boot, informing you if they cannot be found. Much less confusing than letting you try to do stuff and then telling you, "WHOOPS SORRY now I can't do it!" - Now creating automatic builds via GitHub for Windows, Linux, and Mac!
- Error messages now direct you to the console (right-click and "Inspect" to see it) rather than confusingly telling you to make sure ffmpeg is available.
- The local cache is now cleared on start, making it more friendly on your storage
- The app version is now displayed in the UI so you can tell if you're out of date.
See the README for details and requirements.