1.0.3 • Published 5 years ago

node-mediainfo v1.0.3

Weekly downloads
59
License
MIT
Repository
github
Last release
5 years ago

node-mediainfo

install size Code Style

Node implementation of MediaArea's MediaInfo WebAssembly binary.

Install

$ npm install --save node-mediainfo

Usage

// Using ES6 imports
import mediainfo from 'node-mediainfo';

// Using Node.js `require()`
const mediainfo = require('node-mediainfo');

async function main() {
  const result = await mediainfo('path to media file');
  console.log(result);
}

main();

Links

License

This package uses MediaInfo library, Copyright (c) 2002-2019 MediaArea.net SARL

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago