/whatsapp-status-trimmer

Simple Node.js script to trim and split a video into 30s videos for WhatsApp Status

Primary LanguageTypeScript

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:

  1. 00:00:23 - 00:00:53
  2. 00:00:53 - 00:01:23
  3. 00:01:23 - 00:01:40

Options

-h, --help      Show help menu
-v, --version   Show app version

Contact