vdu

1.0.0 • Public • Published

VDU

VDU (video utility) is a cli tool for performing common operations on video files.

※ alpha version

Prerequisites

Installation

npm install -g vdu

Usage

To view all available commands

vdu -h

To clip a video

  • start time: 0 seconds
  • end time: 10 seconds
vdu clip "video.mp4" 00:00 00:10

To get the full audio

vdu audio "video.mp4"

To get the audio

  • start time: 0 seconds
  • end time: 10 seconds
vdu audio "video.mp4" 00:00 00:10

To loop a video 1 time

vdu loop "video.mp4" 1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i vdu

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

26.2 kB

Total Files

8

Last publish

Collaborators

  • selcher