Skip to content

uttpal/tube2gif

Repository files navigation



tube2gif

tube2gif is a web-based Youtube to GIF creator built using Node.Js and FFMPEG, using which you can search any Youtube video and create GIFs of desired duration.

Demo - https://ytube2gif.herokuapp.com/

In Action

Install

####Pre-requisites

####Installation

  1. Clone Repository
  2. cd into dir && npm install
  3. Obtain Youtube Api key (Instructions)
  4. Add obtained Youtube key to config/local.js or export YOUTUBE_API_KEY=key
  5. npm start && visit localhost:3000

Heroku Install

  1. Add buildapps https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git and heroku/nodejs
  2. Push to heroku master