# Gifski
**Repository Path**: zanderzhang/Gifski
## Basic Information
- **Project Name**: Gifski
- **Description**: Convert videos to high-quality GIFs on your Mac
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-02-01
- **Last Updated**: 2021-06-20
## 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.
Gifski supports all the video formats that macOS supports (`.mp4` or `.mov` with H264, HEVC, ProRes, etc). The [QuickTime Animation format](https://en.wikipedia.org/wiki/QuickTime_Animation) is not supported. Use [ProRes 4444 XQ](https://en.wikipedia.org/wiki/Apple_ProRes) instead. It's more efficient, more widely supported, and like QuickTime Animation, it also supports alpha channel.
**[Blog post](https://blog.sindresorhus.com/gifski-972692460aa5)** **[Product Hunt](https://www.producthunt.com/posts/gifski-2)**
Requires macOS 10.13 or later.
## Download
[](https://apps.apple.com/us/app/gifski/id1351639930?mt=12)
## Features
### Change GIF dimensions with the keyboard
In the width/height input fields in the save panel, press the arrow up/down keys to change the value by 1. Hold the Option key meanwhile to change it by 10.
### System service
Gifski includes a [system service](https://www.computerworld.com/article/2476298/os-x-a-quick-guide-to-services-on-your-mac.html) that lets you quickly convert a video to GIF from the **Services** menu in any app that provides a compatible video file.
## 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@9 SwiftLint
xcode-select --install
```
## FAQ
### Can I contribute localizations?
No, we're not interested in localizing the app.
### Can you support Windows/Linux?
No, but there's a [cross-platform command-line tool](https://github.com/ImageOptim/gifski) available.
## Press
- [Five Mac Apps Worth Checking Out - September 2019 - MacRumors](https://www.macrumors.com/2019/09/04/five-mac-apps-sept-2019/)
## 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
- [CircularProgress](https://github.com/sindresorhus/CircularProgress) - Circular progress indicator for your macOS app
- [DockProgress](https://github.com/sindresorhus/DockProgress) - Show progress in your app's Dock icon
## Maintainers
- [Sindre Sorhus](https://github.com/sindresorhus)
- [Kornel Lesiński](https://github.com/kornelski)
- [Lars-Jørgen Kristiansen](https://github.com/LarsJK)
- [Boy van Amstel](https://github.com/boyvanamstel)
- [Łukasz Mróz](https://github.com/sunshinejr)
## License
MIT (the Mac app) + [gifski library license](https://github.com/ImageOptim/gifski/blob/master/LICENSE)