https://github.com/versent/animated-gif-maker
Short bash script for turning videos into animated gif. Good for pull requests.
https://github.com/versent/animated-gif-maker
Last synced: over 1 year ago
JSON representation
Short bash script for turning videos into animated gif. Good for pull requests.
- Host: GitHub
- URL: https://github.com/versent/animated-gif-maker
- Owner: Versent
- Created: 2016-06-10T06:16:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T06:22:04.000Z (about 10 years ago)
- Last Synced: 2025-01-06T08:21:27.926Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# animated-gif-maker
Short bash script for turning videos into animated gif. Good for pull requests.
# Install requirements
```
sudo apt-get install mplayer gifiscle
```
# Usage
Record your desktop video (I use https://en.wikipedia.org/wiki/RecordMyDesktop) and save to a file, then:
```
./make_ani.sh input.ogv
```
This will output `input.ogv.out.gif`. *WARNING*: It will delete the input
file!