vdu

Video Utility CLI Tool

Usage no npm install needed!

<script type="module">
  import vdu from 'https://cdn.skypack.dev/vdu';
</script>

README

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