iancullinane / gif-factory

Container for creatings gifs. Mount a folder and it will take each video clip and turn them into gifs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gif-factory

Convert any .mov file in your current diretory into a gif.

Usage

Mount your local dir to /tmp and any .mov will produce a converted gif file.

docker run --rm -v $(pwd):/tmp gif-factory

TODO

  • Support more file types
  • Configurable options

About

Container for creatings gifs. Mount a folder and it will take each video clip and turn them into gifs.


Languages

Language:Makefile 68.3%Language:Dockerfile 31.7%