get-video-width-height

2.0.0 • Public • Published

get-video-width-height

Get the width and height of a video with ffprobe. Requires the ffprobe binary installed.

var getDimensions = require('get-video-width-height');

getDimensions('video.mp4').then(function (dimensions) {
  console.log(dimensions.width);
  console.log(dimensions.height);
})

Package Sidebar

Install

npm i get-video-width-height

Weekly Downloads

78

Version

2.0.0

License

MIT

Unpacked Size

3.38 kB

Total Files

4

Last publish

Collaborators

  • clearisoft