get-video-info-url

1.0.0 • Public • Published

get-video-info-url

📹 Get informations from a video in nodejs (dimension, duration, codec, etc...)

It works with local files and url.


Install

npm i -S get-video-info

Usage

const getVideoInfo = require('get-video-info-url')
 
getVideoInfo('http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4').then(info => {
  console.log(info.format.duration) // => 10.007000
})

Package Sidebar

Install

npm i get-video-info-url

Weekly Downloads

45

Version

1.0.0

License

ISC

Last publish

Collaborators

  • davideblasutto