@tugrul/ffprobe
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

node-ffprobe main workflow

nodejs native bindings addon of ffprobe library

Installation

npm install --save @tugrul/ffprobe

Usage

const ffprobe = require('@tugrul/ffprobe');

ffprobe.getFileInfo('sample.mp4').then(result => {
    console.log(result);
});

Build Options

You can specify PKG_CONFIG_PATH env variable if you want to link library with custom build of ffmpeg

export PKG_CONFIG_PATH=/path/to/ffmpeg-build/lib/pkgconfig
npm install

Readme

Keywords

none

Package Sidebar

Install

npm i @tugrul/ffprobe

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

123 kB

Total Files

27

Last publish

Collaborators

  • tugrul