Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lelandbatey/gif-machine
Automatic .gif creation from Youtube videos!
https://github.com/lelandbatey/gif-machine
Last synced: 2 months ago
JSON representation
Automatic .gif creation from Youtube videos!
- Host: GitHub
- URL: https://github.com/lelandbatey/gif-machine
- Owner: lelandbatey
- Created: 2013-06-14T19:39:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T05:47:47.000Z (about 10 years ago)
- Last Synced: 2024-04-13T22:01:40.431Z (9 months ago)
- Language: Python
- Size: 160 KB
- Stars: 55
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gif - gif-machine - GIF creation from YouTube videos. (Utilities)
README
Gif Machine
===========Tiny web app for automaticall converting Youtube videos into animated .gifs.
### [DEMO](http://gifmachine.xwl.me/)
Requirements
------------- FFMpeg (`sudo apt-get install ffmpeg`)
- ImageMagick (`sudo apt-get install imagemagick`)
- Flask (`pip install Flask`)
- youtube_dl (`pip install youtube_dl`)Notes
-----This currently doesn't do anything fancy like upload to external sites (such as imgur.com). For now it relies on hosting via the server itself.
Because this is a single threaded app, I recommend you use Gunicorn (or anything like it) to give you some kind of basic concurrency.