Create gifs with scripts
·
psilore
Simple 2 commands using ffmpeg to render any video file as a gif.
With some fiddling, probably intergalactic quality can be achieved.
Create a palette of the colors used in the video
ffmpeg -i dump.webm -filter_complex "[0:v] palettegen" palette.png
Encode the video as a gif
ffmpeg -i dump.webm -i palette.png -filter_complex "[0:v][1:v] paletteuse" dump.gif
Note! With script and set to run on an export folder and it will be awesome!