New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vdu

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vdu

Video Utility CLI Tool

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

VDU

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

※ alpha version

Prerequisites

  • ffmpeg

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

Keywords

cli

FAQs

Package last updated on 26 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts