Skip to content

Instantly share code, notes, and snippets.

@enjoylife
Created January 22, 2021 18:15
Show Gist options
  • Save enjoylife/d7e28aed6274e73c8ced90abce8988b5 to your computer and use it in GitHub Desktop.
Save enjoylife/d7e28aed6274e73c8ced90abce8988b5 to your computer and use it in GitHub Desktop.
input to gif
ffmpeg -i my-movie.mov -ss 00:00:00 -filter_complex "[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment