calculate-videos-length
v2.0.0
Published
Calculate length of videos in a folder inside your JavaScript Application
Downloads
2
Readme
calculate-videos-length
Calculate length of videos in a folder inside your JavaScript Application.
Installation
using npm:
npm i calculate-videos-length
using yarn:
yarn add calculate-videos-length
using pnpm:
pnpm add calculate-videos-length
Usage
CommonJS:
CommonJS isn't supported!
ES Module:
import calculateVideoLength from "calculate-videos-length";
const info = await calculateVideoLength("/media/fluentmoheshwar/Data/Song/Hindi Songs/", ".mp4");
console.log(info);