Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 9, 2019
1 parent dc29e98 commit dbd6c02
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions readme.md
Expand Up @@ -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.

Expand All @@ -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

<img src="https://user-images.githubusercontent.com/170270/59964494-b8519f00-952b-11e9-8d16-47c8bc103a61.gif" width="226" height="80" align="right">

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

Expand All @@ -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

Expand Down

0 comments on commit dbd6c02

Please sign in to comment.