Skip to content

Instantly share code, notes, and snippets.

@KagamiChan
Last active July 30, 2016 18:11
Show Gist options
  • Save KagamiChan/e03f704de1ac8c4d1b6a47a5e20d9c9a to your computer and use it in GitHub Desktop.
Save KagamiChan/e03f704de1ac8c4d1b6a47a5e20d9c9a to your computer and use it in GitHub Desktop.
generate animated GIF with ffmpeg and avisynth
LWLibavVideoSource("O:\HJNTF\[Ohys-Raws] Rewrite - 05 (BS11 1280x720 x264 AAC).mp4")
trim(32777,32806)
LanczosResize(424,240)
.\ffmpeg.exe -y -i .\lockon.avs -vf palettegen palette.png
.\ffmpeg.exe -y -i .\lockon.avs -i .\palette.png -filter_complex paletteuse lockon.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment