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

0.2.0 • Public • Published

MediaInfo node

mediainfo-node is a JavaScript/TypeScript library for NodeJS environment created to gather media files' data by utilizing MediaInfo library (links can be found here: MediaInfo website, MediaInfo GitHub and MediaInfoLib GitHub.

Installation

npm install mediainfo-node

Example usage

  const mediaInfo = new MediaInfo();
  const data = await mediaInfo.getInfo('http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4');
  console.log(JSON.stringify(data, null, 2));

Readme

Keywords

Package Sidebar

Install

npm i mediainfo-node

Weekly Downloads

11

Version

0.2.0

License

ISC

Unpacked Size

2.46 MB

Total Files

16

Last publish

Collaborators

  • batuzz