1.0.1 • Published 4 years ago

@assezfacile/ffmpeg-wrapper v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago