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

/get-video-width-height/

    Package Sidebar

    Install

    npm i get-video-width-height

    Weekly Downloads

    139

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    3.38 kB

    Total Files

    4

    Last publish

    Collaborators

    • clearisoft