glitchbox-cli icon indicating copy to clipboard operation
glitchbox-cli copied to clipboard

🎞️ A CLI to easily glitch video files with code

🎞️ glitchbox-cli

A CLI to glitch video files with code

oclif Version Downloads/week License

  • Usage

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
  --debug        output some debug info and do not remove the temporary folder
  --noAudio      omit audio extraction
  
...