All Projects → LindseyB → videos-to-gif

LindseyB / videos-to-gif

Licence: Unlicense license
takes video(s) and associated subtitle files and creates gifs for every line of dialogue

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to videos-to-gif

stumpy gif
Write GIF images in pure Crystal
Stars: ✭ 18 (-37.93%)
Mutual labels:  gif
srt-to-vtt-converter
A simple application for quickly converting subtitle files from SubRib (.srt) format to WebVTT (.vtt) format.
Stars: ✭ 56 (+93.1%)
Mutual labels:  srt
Tracker
Even the best of apps have their issues
Stars: ✭ 113 (+289.66%)
Mutual labels:  gif
gifken
JavaScript library that can reverse and split animated GIFs
Stars: ✭ 25 (-13.79%)
Mutual labels:  gif
PyGameofLife
Conway's Game of Life using python's matplotlib and numpy
Stars: ✭ 40 (+37.93%)
Mutual labels:  gif
image-optimizer
Image optimization using PHP
Stars: ✭ 28 (-3.45%)
Mutual labels:  gif
subed
Subtitle editor for Emacs
Stars: ✭ 143 (+393.1%)
Mutual labels:  srt
video2gif
A batch script for convert video to GIF files by FFmpeg.exe on Windows
Stars: ✭ 48 (+65.52%)
Mutual labels:  gif
libgosubs
golang library to read and write various subtitle formats
Stars: ✭ 20 (-31.03%)
Mutual labels:  srt
tweet2gif
Download videos in tweets as GIFs
Stars: ✭ 22 (-24.14%)
Mutual labels:  gif
SRT-Stats-Monitor
Loopy SRT Stats Monitor. Monitors your OBS SRT, SLS, RIST, & NGINX connection/s and switches OBS scene on a failed connection. Ideal for IRL/live streaming.
Stars: ✭ 63 (+117.24%)
Mutual labels:  srt
Gifflen-Android
Android上合成gif图片.
Stars: ✭ 54 (+86.21%)
Mutual labels:  gif
SSffmpegVideoOperation
This is a library of FFmpeg for android... 📸 🎞 🚑
Stars: ✭ 261 (+800%)
Mutual labels:  gif
makesweet
Put pictures into animations from the command line.
Stars: ✭ 18 (-37.93%)
Mutual labels:  gif
mpv-gif-generator
Creates animated gifs using mpv hotkeys
Stars: ✭ 32 (+10.34%)
Mutual labels:  gif
piskel
A simple web-based tool for Spriting and Pixel art.
Stars: ✭ 9,109 (+31310.34%)
Mutual labels:  gif
FunVideo
A series of embeddable theme into video, include animation and voice.
Stars: ✭ 19 (-34.48%)
Mutual labels:  gif
cuber
优美而强大的网页魔方
Stars: ✭ 32 (+10.34%)
Mutual labels:  gif
e.xec.sh
Search and display gifs in your terminal 🦄
Stars: ✭ 51 (+75.86%)
Mutual labels:  gif
giphygram
🔎 Experimental React application for searching GIF images on GIPHY
Stars: ✭ 23 (-20.69%)
Mutual labels:  gif

Videos to Gif

What does it do?

Given any number of video files and matching subtitle files it will generate gifs for every single line of dialogue

How do I use it?

install pre-reqs on your machine:

  • avconv
  • imagemagick or graphicsmagick

install requirements:

$ pip install -r requirements.txt

setup your files.yml file based on the provided files.sample.yml file and keep it in the same directory as videos_to_gif.py

run it:

$ python videos_to_gif.py
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].