Creating Animated GIFs using a Bash pipe

How I create superior-quality GIFs using FFMPEG and ImageMagic

A coding friend asked me recently how I created my superior quality animated GIF demos of running Cypress e2e testing my applications.

I have to confess - this one-liner truly gives me utmost pleasure in life.

/2019.09.29-yzfinance-cypress-tests.gif

Tools

  • FFMPEG audio/video swiss-army knife FFMPEG
  • ImageMagic convert - better aGIF generator than FFMPEG ImageMagick
  • Bash command line pipe Bash
[Read More]