ffmpeg-ensure

1.0.8 • Public • Published

ffmpeg-ensure

Ensure that the utility file for ffmpeg is available on the current environment

Why?

I wanted to be able to use ffmpeg without needing to install it in advance on the environment.

currently only works on Windows

Usage

npm install --save ffmpeg-ensure
const { ensureFFMPEG } = require('ffmpeg-ensure');
ensureFFMPEG().then(() => {
  console.log('done');
});

Readme

Keywords

none

Package Sidebar

Install

npm i ffmpeg-ensure

Weekly Downloads

0

Version

1.0.8

License

MIT

Last publish

Collaborators

  • mor.shemesh