diff --git a/README.md b/README.md index eb748e5..826f4a2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ If you've ever tried encoding GIFs with `ffmpeg` there's a good chance your resu `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`. +**ffmpeg default:** + +![ffmpeg default](gifs/bbb-default.gif) + +**gifgen:** + +![gifgen](gifs/bbb-gifgen.gif) + ## Usage ```shell diff --git a/gifs/bbb-default.gif b/gifs/bbb-default.gif new file mode 100644 index 0000000..ed1f237 Binary files /dev/null and b/gifs/bbb-default.gif differ diff --git a/gifs/bbb-gifgen.gif b/gifs/bbb-gifgen.gif new file mode 100644 index 0000000..b871332 Binary files /dev/null and b/gifs/bbb-gifgen.gif differ