Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

m-rots/mediainfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJS MediaInfo module built with WebAssembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published