Skip to content

Instantly share code, notes, and snippets.

@anmonteiro
Created June 14, 2017 19:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anmonteiro/d0949732bd488bc9645aebade550ba16 to your computer and use it in GitHub Desktop.
Save anmonteiro/d0949732bd488bc9645aebade550ba16 to your computer and use it in GitHub Desktop.
mov2gif(){
ffmpeg -i "$1" -vf scale=800:-1 -pix_fmt rgb24 -r 10 -f image2pipe -vcodec ppm - |\
convert -delay 10 -layers Optimize -loop 0 - "$2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment