This package has been deprecated

Author message:

I will not be maintaining this package any longer due to time and interest constraints.

node-mediainfo
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-mediainfo

Weekly Downloads

41

Version

1.0.3

License

MIT

Unpacked Size

3.21 MB

Total Files

14

Last publish

Collaborators

  • m-rots