This is a macOS app for the gifski
encoder, which converts videos to GIF animations using pngquant
's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame.
It's on Product Hunt ✨
Requires macOS 10.13 or later.
Created by Sindre Sorhus and Kornel Lesiński.
MIT (the Mac app) + gifski library license
To build the app in Xcode you need to have Rust, GCC 7 and Carthage installed first:
curl https://sh.rustup.rs -sSf | sh
brew install gcc carthage SwiftLint
carthage bootstrap