KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
gif-maker
★ 17
Open GitHub ↗
Make animated gifs from video clips
Download README (.md)
Explore Similar Repositories
phonegap-print-plugin
:
phonegap print plugin for ios (AirPrint) and android ( Google Cloud Print)
atmosphere-chat-angular
:
AngularJS implementation of https://github.com/Atmosphere/atmosphere-samples/tree/master/samples/chat
CtrlK
:
No description available.
linode-stackscript
:
Linode deployement stack script with default configs, allowing change of SSH port, disabling root login, installing RVM system wide, passenger and NGINX
get-a-random-proxy-address
:
returns a random working proxy address
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gif-maker
?
Download (.md)
gif-maker ========= Make animated gifs from video clips Installation ------------ ### OSX $ brew install ffmpeg ### Fedora $ dnf install ffmpeg Usage ----- $ ./gif-maker video.mp4 out.gif Produces a 320x167, animated gif, 10fps, 10ms spaced How it works ------------ * Use ffmpeg to produce a lot of jpegs from the video * Convert jpegs to gifs * Combine gifs to one animated gif License ------- BSD, short and sweet