2.0.0 • Published 1 year ago

calculate-videos-length v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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);
2.0.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago