Skip to content

Instantly share code, notes, and snippets.

@xiangzhuyuan
Created November 26, 2017 12:41
Show Gist options
  • Select an option

  • Save xiangzhuyuan/122973897186673286450d344819f560 to your computer and use it in GitHub Desktop.

Select an option

Save xiangzhuyuan/122973897186673286450d344819f560 to your computer and use it in GitHub Desktop.
simply ffmpeg to get gif
2gif () {
ffmpeg -i $1 -b 2048k ~/Desktop/$(basename $1).gif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment