calculate-videos-length
v3.0.0
Published
Calculate length of videos in a folder inside your JavaScript Application
Downloads
42
Readme
calculate-videos-length
Calculate length of videos in a folder inside your JavaScript Application.
Installation
using npm:
npm i calculate-videos-lengthusing yarn:
yarn add calculate-videos-lengthusing pnpm:
pnpm add calculate-videos-lengthUsage
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);