Ecosyste.ms: Awesome

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

https://github.com/LindseyB/videos-to-gif

takes video(s) and associated subtitle files and creates gifs for every line of dialogue
https://github.com/LindseyB/videos-to-gif

gif python srt video

Last synced: 3 months ago
JSON representation

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

Lists

README

        

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
```