1.0.1 • Published 3 years ago

@assezfacile/ffmpeg-wrapper v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@assezfacile/ffmpeg-wrapper

NodeJS wrapper to simplify some ffmpeg function

Install

npm install @assezfacile/ffmpeg-wrapper

How to use it

const { FFmpeg } = require('@assezfacile/ffmpeg-wrapper');

new FFmpeg(sourcefile).getFileInformation().then(info => {
    console.log(info);
});

more detail in example

1.0.1

3 years ago

1.0.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago