Socket
Socket
Sign inDemoInstall

gif-to-webm

Package Overview
Dependencies
78
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gif-to-webm

GIF to WEBM ffmpeg wrapper


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Fork of gif-video; so credit for original source goes to Hugh Kennedy.

I just got the old code running again with a simpler API.

const convertGifToWebm = require('gif-to-webm');

convertGifToWebm('cats.gif'); // Writes cats.webm. Warning! Clobbers!

Expects that ffmpeg is in your PATH with WebM support.

Homebrew

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aacc

Fedora

sudo dnf install -y ffmpeg

Keywords

FAQs

Last updated on 10 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc