after12am / ofxTLGlitch

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

Home Page:http://vimeo.com/40434954

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://vimeo.com/40434954

License:MIT License


Languages

Language:C++ 100.0%