Skip to content

Instantly share code, notes, and snippets.

@ashe23
Created June 15, 2023 10:36
Show Gist options
  • Select an option

  • Save ashe23/a46b056d30bc2286e36a867a39730fb7 to your computer and use it in GitHub Desktop.

Select an option

Save ashe23/a46b056d30bc2286e36a867a39730fb7 to your computer and use it in GitHub Desktop.
creating gif with trasparent background
# ffmpeg -y -framerate 30 -i Test.FinalImage.%04d.png -vf palettegen palette.png
# ffmpeg -y -framerate 30 -i Test.FinalImage.%04d.png -i palette.png -lavfi paletteuse=alpha_threshold=128 -gifflags -offsetting output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment