uttpal / tube2gif

Search and Generate Gif from Youtube

Home Page:https://ytube2gif.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



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

About

Search and Generate Gif from Youtube

https://ytube2gif.herokuapp.com/


Languages

Language:CSS 39.5%Language:HTML 38.3%Language:JavaScript 22.3%