Last active
September 30, 2018 15:46
-
-
Save jmelosegui/082a7b2afab8bf080e2b0840ec22e875 to your computer and use it in GitHub Desktop.
convert video into a gif using docker and ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm --volume ${pwd}:/ourtput jmelosegui/ffmpeg -i output/video.mp4 /output/video.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment