maxogden / gifify-docker

docker container for the gifify utility

Home Page:https://registry.hub.docker.com/u/maxogden/gifify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gifify-docker

A docker container for gifify

docker-badge

installation

  1. install docker
  2. run docker run -it --rm -v $(pwd):/data maxogden/gifify source.mov -o output.gif

When you run docker run maxogden/gifify it executes the gifify command in /data inside the docker ubuntu VM, so in order for this to work you must mount your current working directory as /data in the volume. This is what -v $(pwd):/data does in the command above.

About

docker container for the gifify utility

https://registry.hub.docker.com/u/maxogden/gifify/