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.
- Host: GitHub
- URL: https://github.com/ramtinsoltani/durscan
- Owner: ramtinsoltani
- Created: 2019-09-04T22:41:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T02:51:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T01:18:44.041Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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
```