Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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.