Skip to content

Instantly share code, notes, and snippets.

@vikas-0
Created September 30, 2017 13:57
Show Gist options
  • Save vikas-0/f98653de79e854e74d2de8962250d583 to your computer and use it in GitHub Desktop.
Save vikas-0/f98653de79e854e74d2de8962250d583 to your computer and use it in GitHub Desktop.
Script to convert webm to animated gif
ffmpeg -y -i $1 -vf palettegen /tmp/palette.png
ffmpeg -y -i $1 -i /tmp/palette.png -filter_complex paletteuse -r 10 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment