https://github.com/maxpleaner/gif-scripts
wrapper for some shell commands
https://github.com/maxpleaner/gif-scripts
Last synced: 8 months ago
JSON representation
wrapper for some shell commands
- Host: GitHub
- URL: https://github.com/maxpleaner/gif-scripts
- Owner: MaxPleaner
- Created: 2015-10-21T22:37:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T06:01:03.000Z (over 10 years ago)
- Last Synced: 2025-01-29T12:15:18.641Z (over 1 year ago)
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gif-scripts
1. gif-screencast
- Credit for this code goes to http://unix.stackexchange.com/a/165147/65890
- This is tested on Linux Mint (Ubuntu) and requires FFMpeg to be installed. I did so by downloaded one of their releases and following their instructions to compile and install.
- It also requires ffcast to be installed.
- Note that the third line of the script (optimizing the gif) takes a long time on my computer, and I've experienced the `convert` command eating my cpu. If you get bored you can stop the script at this point and try to use the unoptimized gif.
2. edit-gif
- commands to manipulate gifs, i.e speeding up, cropping, etc. (work in progress)