Skip to content

Instantly share code, notes, and snippets.

@Splaxi
Last active July 2, 2020 09:13
Show Gist options
  • Save Splaxi/f475350574fca4c9c3b54bd860f5adde to your computer and use it in GitHub Desktop.
Save Splaxi/f475350574fca4c9c3b54bd860f5adde to your computer and use it in GitHub Desktop.
MP4 to GIF via FFMPEG
ffmpeg.exe -i "PATH.MP4" -lavfi "palettegen=stats_mode=full[palette],[0:v][palette]paletteuse=dither=sierra2_4a" "OUTPATH.gif"
ScreenToGif:
-lavfi palettegen=stats_mode=full[palette],[0:v][palette]paletteuse=new=1:diff_mode=rectangle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment