lelandbatey / gif-machine

Automatic .gif creation from Youtube videos!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gif Machine

Tiny web app for automaticall converting Youtube videos into animated .gifs.

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.

About

Automatic .gif creation from Youtube videos!


Languages

Language:Python 73.7%Language:Shell 26.3%