Skip to content

Instantly share code, notes, and snippets.

@insaneyilin
Created July 12, 2024 16:09
Show Gist options
  • Save insaneyilin/8d5f16ae62f7e21a0acf035722ddc2b4 to your computer and use it in GitHub Desktop.
Save insaneyilin/8d5f16ae62f7e21a0acf035722ddc2b4 to your computer and use it in GitHub Desktop.
ffmpeg_mp4_to_gif.sh
ffmpeg -ss 0 -t 3 -i input.mp4 \
-vf "fps=10,scale=320:-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