Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@numairawan numairawan released this 29 Oct 03:24
· 1 commit to main since this release

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.