emonty / avgVideo

openFrameworks app to convert video into a average color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avgVideo takes a video file on the command line, calculates the average
RGB color value of each frame and then outputs it to both a GL window
and to an OLA lighting system running locally on the machine.

The code is intended to be used inside of an openFrameworks source tree.
Drop this directory in to apps/myApps inside openFrameworks, run make
and you should be good to go.

If the build can't find libopenFrameworks.a, change to
libs/openFrameworksCompiled/project/linux in the root of the openFrameworks
source tree and run make from there.

About

openFrameworks app to convert video into a average color

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%