Convert movie into animated gif.
Submitted by clemens on Sun, 2018/11/18 - 1:46pm
Video to Images
Make sure not to make the resolution or duration extreme. Convert the movie into 3 digits indexed images.
One command
ffmpeg -i godot-shader.mov -r 15 godot-shader.gif
Making images to preprocess
ffmpeg -i video-720.mov -r 15 image-%3d.png
Weed out the duplicates
Remove unneeded images from the video manually.
GIMP to stitch together
- Open de images as layers into new project.
- Make sure the order is in reverse (first layer is last frame).
- Reverse order if necessary.
- Make the images indexed color
- Export as .gif animation
Resource(s)
Creating an animated gif using VLC & Gimp ffmpeg movie to git