Skip to content

after12am/ofxTLGlitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxTLGlitch

ofxTLGlitch is a openframeworks addon. This addon make it easy to glitch your movie and image as you like. The concept of this library is easy to use and play. So you can glitch any given frame of your favorite movie in advance, because of timeline based.

Demo

If you are interested, I hope that you try ofxTLGlitch using your favorite movie. Have a good time!

Usage

method for glitching your video.

void testApp::setup() {
    glitch.loadVideo('/path/to/video');
}

method for glitching your image.

void testApp::setup() {
    glitch.loadImage('/path/to/image', duration);
}

License

Copyright (c) 2012-2016 Satoshi Okami. See the LICENSE file for license rights and limitations (MIT).

About

An openframeworks addon makes it easy to glitch your image or movie.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages