video-dimensions-with-rotation

1.0.0 • Public • Published

get-video-dimensions

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Get the dimensions of a video with ffprobe. Requires the ffprobe binary installed.

var getDimensions = require('get-video-dimensions');

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

Package Sidebar

Install

npm i video-dimensions-with-rotation

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.81 kB

Total Files

4

Last publish

Collaborators

  • mudit_