An open API service indexing awesome lists of open source software.

https://github.com/ramtinsoltani/durscan

Scans a directory for video files and returns the sum of all the file durations.
https://github.com/ramtinsoltani/durscan

Last synced: 4 months ago
JSON representation

Scans a directory for video files and returns the sum of all the file durations.

Awesome Lists containing this project

README

        

# Durscan

Scans a directory for video files and returns the sum of all the file durations.

## Installation

```
npm install durscan -g
```

## Usage

```
durscan .
durscan ../parent
durscan "C:\Users\User1\Videos" --absolute
durscan --help
```