Skip to content

Instantly share code, notes, and snippets.

@wagnerpinheiro
Last active September 23, 2020 02:19
Show Gist options
  • Save wagnerpinheiro/3b79329382265c5e738daca80e10df2e to your computer and use it in GitHub Desktop.
Save wagnerpinheiro/3b79329382265c5e738daca80e10df2e to your computer and use it in GitHub Desktop.
Create gif from avi files
!#/bin/bash
ffmpeg -i $1 -vf "fps=10,scale=1024:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 $1.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment