Skip to content

Instantly share code, notes, and snippets.

View karelhala's full-sized avatar
🌍
Saving the world one PR at a time

Karel Hala karelhala

🌍
Saving the world one PR at a time
  • Red Hat, Inc.
  • Brno
View GitHub Profile
ffmpeg -y -i video.webm -vf palettegen palette.png
ffmpeg -y -i video.webm -i palette.png -filter_complex paletteuse -r 10 animation.gif
Source: http://www.ubuntubuzz.com/2017/08/convert-mp4-webm-video-to-gif-using-ffmpeg.html