https://github.com/sharplet/gift
Just make me a GIF already.
https://github.com/sharplet/gift
Last synced: 17 days ago
JSON representation
Just make me a GIF already.
- Host: GitHub
- URL: https://github.com/sharplet/gift
- Owner: sharplet
- License: mit
- Created: 2020-06-10T22:06:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T21:38:54.000Z (over 4 years ago)
- Last Synced: 2024-12-10T04:41:35.373Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gift
Instead of searching the Web for the correct `ffmpeg` incantation, accept this `gift`:
```
gift meme.mov
```This generates a nicely formatted `meme.gif` file ready for sharing. See `gift --help` for other options.
## Installation
### macOS
With [Homebrew](https://brew.sh/) and [Mint](https://github.com/yonaskolb/Mint):
```
brew install ffmpeg mint
mint install sharplet/gift
```## Acknowledgements
All credit goes to [Ciri Santilli’s awesome post on Stack Overflow](https://askubuntu.com/a/837574) for the `ffmpeg` magic.
## License
See [LICENSE](LICENSE).