1.0.2 • Published 4 years ago

glitchbox-cli v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

glitchbox-cli

A CLI to glitch video files with code

oclif Version Downloads/week License

Usage

$ npm install -g glitchbox-cli

$ glitchbox .\00011.MTS .\testGlitchingFunction.js out.mp4 --noAudio
> Extract
    √ Load glitching script
    / Convert file to raw MPEG2
      Extract feature from file
    Glitch!
    Clean up

$ glitchbox (-v|--version|version)
glitchbox-cli/1.0.0 win32-x64 node-v12.16.1

$ glitchbox --help
USAGE
  $ glitchbox INPUT SCRIPT OUTPUT

ARGUMENTS
  INPUT   Input file
  SCRIPT  Script that will process the frames
  OUTPUT  Output destination

OPTIONS
  -h, --help     show CLI help
  -v, --version  show CLI version
  --noAudio      omit audio extraction
  
...