Skip to content

Releases: numairawan/video-duration

v1.0.0

29 Oct 03:24
Compare
Choose a tag to compare

Initial Release

🎉 Initial release of the @numairawan/video-duration package! This package allows you to easily retrieve the duration of video files from various sources, including URLs and local files, both in Node.js and the browser without ffmpeg/ffprobe.

Features

  • Retrieve video duration from URLs with a simple function call.
  • Get video duration from local video files in Node.js.
  • Super fast without ffmpeg and ffprobe.
  • Lightweight package, only 1KB when used via the browser CDN.
  • Designed for ease of use and compatibility across different environments.