Socket
Socket
Sign inDemoInstall

get-video-info-url

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-video-info-url

Get video information with ffprobe


Version published
Weekly downloads
96
decreased by-18.64%
Maintainers
1
Weekly downloads
 
Created
Source

get-video-info-url

:video_camera: 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
})

Keywords

FAQs

Package last updated on 04 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc