Skip to content

🎞️ A CLI to easily glitch video files with code

Notifications You must be signed in to change notification settings

pcktm/glitchbox-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎞️ A CLI to easily glitch video files with code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published