1.0.8 • Published 7 years ago

ffmpeg-ensure v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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');
});
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago