diff --git a/readme.md b/readme.md index 8a752a7f..2373cff1 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ This is a macOS app for the [`gifski` encoder](https://gif.ski), which converts 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)** +**[Blog post](https://blog.sindresorhus.com/gifski-972692460aa5)**    **[Product Hunt](https://www.producthunt.com/posts/gifski-2)** Requires macOS 10.13 or later. @@ -25,16 +25,16 @@ Requires macOS 10.13 or later. ## Features -### 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. - ### 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 @@ -61,6 +61,10 @@ xcode-select --install 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. + ## Built with