https://github.com/make-github-pseudonymous-again/gifify
:rainbow: Convert videos to GIFs
https://github.com/make-github-pseudonymous-again/gifify
convert convert-videos converter gif gif-animation gifify gifsicle gifski video
Last synced: about 2 months ago
JSON representation
:rainbow: Convert videos to GIFs
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/gifify
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2020-04-01T15:17:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T08:04:51.000Z (over 4 years ago)
- Last Synced: 2025-01-18T15:53:40.451Z (3 months ago)
- Topics: convert, convert-videos, converter, gif, gif-animation, gifify, gifsicle, gifski, video
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:rainbow: gifify
[](https://raw.githubusercontent.com/aureooms/gifify/main/LICENSE)
[](https://travis-ci.org/aureooms/gifify/branches)
==Convert videos to GIFs.
## :school_satchel: Dependencies
- `bc`
- `convert`
- `ffmpeg`
- `gifsicle`
- `gifski`
- `grep`
- `sed`## :minidisc: Install [](https://aur.archlinux.org/packages/gifify)
```sh
make DESTDIR=/ PREFIX=/usr install
```## :woman_astronaut: Usage
```sh
> gifify -i -o
```## :open_book: Help
Instructions for selecting the video segment, adjusting the framerate, creating
a looping GIF file, among others, can be listed with the help flag.```sh
> gifify -h
```