Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages