Skip to content

Instantly share code, notes, and snippets.

@mcsf
Created April 15, 2020 14:30
Show Gist options
  • Select an option

  • Save mcsf/2de8acbe68f1fcd1509fe009fa72e166 to your computer and use it in GitHub Desktop.

Select an option

Save mcsf/2de8acbe68f1fcd1509fe009fa72e166 to your computer and use it in GitHub Desktop.
#!/bin/sh
ffmpeg -i "$1" -vf "fps=10,scale=740:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment