SkillAgentSearch skills...

Mediainfo

NodeJS MediaInfo module built with WebAssembly

Install / Use

/learn @m-rots/Mediainfo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated3y ago
Forks14

Languages

TypeScript

Security Score

65/100

Audited on Feb 18, 2023

No findings