whatsapp-status-trimmer
v0.1.2
Published
Simple Node.js script to trim a video into 30s videos for WhatsApp Status
Downloads
2
Readme
WhatsApp Status Trimmer (WAST)
Simple Node.js script to trim and split a video into 30s videos for WhatsApp Status
Built With
Prerequisites
Installation
npm i -g whatsapp-status-trimmer
Usage
wast <start timestamp> <end timestamp> <input file>
wast <options>
Example
wast 00:00:23 00:01:40 weightless.mp4
The output would be 3 videos:
- 00:00:23 - 00:00:53
- 00:00:53 - 00:01:23
- 00:01:23 - 00:01:40
Options
-h, --help Show help menu
-v, --version Show app version