mediaforge - v0.1.0
    Preparing search index...

    Function toGif

    • Convert video to a high-quality animated GIF using the palette method. Two-pass: first generates an optimal palette, then uses it to dither.

      Parameters

      Returns Promise<void>

      await toGif({ input: 'clip.mp4', output: 'clip.gif', width: 480, fps: 15 });