New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-mediainfo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mediainfo

NodeJS MediaInfo module built with WebAssembly

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
613
-18.05%
Maintainers
1
Weekly downloads
 
Created
Source

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();

License

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

Keywords

MediaInfo

FAQs

Package last updated on 12 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts