28 Dec 25
Plain English wrapper for ffmpeg. Stop Googling ffmpeg commands.. Latest version: 0.1.1, last published: 2 days ago. Start using ezff in your project by running npm i ezff. There are no other projects in the npm registry using ezff.
13 Sep 24
10 Feb 22
If you’ve ever tried encoding GIFs with ffmpeg there’s a good chance your results came out looking pretty bad. This is because GIFs are limited to a palette of 256 colours and ffmpeg just uses a generic palette to be able to cover a wide range of colours.
gifgen produces much better results by doing a 2-pass encode. The first pass generates a custom colour palette based on all of the pixels from each frame. The second pass encodes the GIF using this palette instead of the default one bundled with ffmpeg.
02 Mar 21
Convert videos to animated GIFs (or WebP) using FFmpeg