All Projects → uttpal → tube2gif

uttpal / tube2gif

Licence: other
Search and Generate Gif from Youtube

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tube2gif

Jvedio
Windows desktop application to manage local video;Support baidu AI, youdao translation;Support FFMPEG video processing;Support multi-database management and statistics;Support skin switching
Stars: ✭ 545 (+2495.24%)
Mutual labels:  ffmpeg, gif
Vdx
🎞 An intuitive CLI for processing video, powered by FFmpeg
Stars: ✭ 1,356 (+6357.14%)
Mutual labels:  ffmpeg, gif
Quick Media
media(audio/image/qrcode/markdown/html/svg) support web service (多媒体编辑服务, 酷炫二维码, 音频, 图片, svg, markdown, html渲染服务支持)
Stars: ✭ 612 (+2814.29%)
Mutual labels:  ffmpeg, gif
canvas-capture
Record the canvas as an image, mp4 video, or gif from the browser
Stars: ✭ 35 (+66.67%)
Mutual labels:  ffmpeg, gif
Giph
simple gif recorder
Stars: ✭ 193 (+819.05%)
Mutual labels:  ffmpeg, gif
Gifgen
Simple high quality GIF encoding
Stars: ✭ 397 (+1790.48%)
Mutual labels:  ffmpeg, gif
Node Sorry
生成表情gif
Stars: ✭ 90 (+328.57%)
Mutual labels:  ffmpeg, gif
Ffmpegcommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
Stars: ✭ 394 (+1776.19%)
Mutual labels:  ffmpeg, gif
Kotlinffmpeg
Examples of using FFMpeg library on Android with Kotlin
Stars: ✭ 138 (+557.14%)
Mutual labels:  ffmpeg, gif
Ffmpeg Gif Script For Bash
Turn your videos into palette-mapped gifs with this easy script
Stars: ✭ 100 (+376.19%)
Mutual labels:  ffmpeg, gif
Gifify
😻 Convert any video file to an optimized animated GIF.
Stars: ✭ 5,792 (+27480.95%)
Mutual labels:  ffmpeg, gif
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (+971.43%)
Mutual labels:  ffmpeg, gif
Gifserver
A server for transcoding gif to video on the fly
Stars: ✭ 100 (+376.19%)
Mutual labels:  ffmpeg, gif
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+13509.52%)
Mutual labels:  ffmpeg, gif
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+13404.76%)
Mutual labels:  ffmpeg, gif
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (+195.24%)
Mutual labels:  heroku
FFCreatorLite
一个基于node.js的轻量极速短视频加工库 A lightweight and fast short video processing library based on node.js
Stars: ✭ 155 (+638.1%)
Mutual labels:  ffmpeg
keycloak-heroku
Deploy Keycloak to Heroku using a slightly adapted version of the official docker image
Stars: ✭ 47 (+123.81%)
Mutual labels:  heroku
filimo-plus-cli
FilimoPlusCli: download filimo items
Stars: ✭ 22 (+4.76%)
Mutual labels:  ffmpeg
link-preview-api
Backed to provide information for link-prevue vue component
Stars: ✭ 31 (+47.62%)
Mutual labels:  heroku


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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].