Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uiur/videotogif

A minimal bash script that converts a video to a gif
https://github.com/uiur/videotogif

Last synced: 3 months ago
JSON representation

A minimal bash script that converts a video to a gif

Awesome Lists containing this project

README

        

# videotogif
A minimal bash script that converts a video to a gif.

This generates an optimized gif using ffmpeg and imagemagick, gifsicle.

## Usage
``` bash
videotogif source.mp4 > out.gif
```

Also you can use this as filter:

``` bash
cat source.mp4 | videotogif > out.gif
```

## Prerequisites
You need ffmpeg, imagemagick and gifsicle.

## Install
Put `videotogif` into your PATH.

``` bash
curl https://raw.githubusercontent.com/uiureo/videotogif/master/videotogif > ~/bin/videotogif
chmod a+x ~/bin/videotogif
```

## License
MIT