JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q38054F
  • License MIT

Create animated gif

Package Exports

  • autogif

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (autogif) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Small ffmpeg wrapper to create animated gif from video.

This is a very first iteration and only used and tested on Mac. Pull request for windows and linux support, welcome.

Note: For now, only used and tested on Mac, and supports only .mov. Feel free to log issue or do pull request.

Usage
  • ffmpeg needs to be install on the machine (this just call the ffmpeg ... commands)
  • sudo npm install -g autogif
  • Open terminal in the location of the .mov file(s)
  • run autogif, this will create a .gif for each .mov
  • run autogif -w to watch the directory for noew .mov