# Gifski
**Repository Path**: Erbash/Gifski
## Basic Information
- **Project Name**: Gifski
- **Description**: Gifski 是一款用于 macOS 上的应用,能够将视频内容转换为高质量的 Gif 图像,基于 pququant 实现
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2018-10-13
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Gifski
Convert videos to high-quality GIFs on your Mac
This is a macOS app for the [`gifski` encoder](https://gif.ski), which converts videos to GIF animations using [`pngquant`](https://pngquant.org)'s fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame.
**[Blog post](https://blog.sindresorhus.com/gifski-972692460aa5)** **[Product Hunt](https://www.producthunt.com/posts/gifski)**
Requires macOS 10.13 or later.
## Download
[](https://itunes.apple.com/no/app/gifski/id1351639930?mt=12)
## Screenshots
## Building from source
To build the app in Xcode, you need to have [Rust](https://www.rust-lang.org) and GCC 8 installed first:
```sh
curl https://sh.rustup.rs -sSf | sh
brew install gcc@8 SwiftLint
```
## Built with
- [gifski library](https://github.com/ImageOptim/gifski) - High-quality GIF encoder
- [Defaults](https://github.com/sindresorhus/Defaults/blob/master/readme.md) - Swifty and modern UserDefaults
- [DockProgress](https://github.com/sindresorhus/DockProgress) - Show progress in your app's Dock icon
- [More packages…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift)
## Maintainers
- [Sindre Sorhus](https://github.com/sindresorhus)
- [Kornel Lesiński](https://github.com/kornelski)
- [Lars-Jørgen Kristiansen](https://github.com/LarsJK)
## License
MIT (the Mac app) + [gifski library license](https://github.com/ImageOptim/gifski/blob/master/LICENSE)