Skip to content

Instantly share code, notes, and snippets.

@alifeee
Created March 14, 2024 21:42
Show Gist options
  • Save alifeee/9e968dbf9f380ab4b15cda8d05d2a89e to your computer and use it in GitHub Desktop.
Save alifeee/9e968dbf9f380ab4b15cda8d05d2a89e to your computer and use it in GitHub Desktop.
FFmpeg commands

FFmpeg Commands

Turn mp4 into gif

Used here. From here.

ffmpeg -y -i input.mp4 -filter_complex "fps=5,scale=480:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=32[p];[s1][p]paletteuse=dither=bayer" output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment