Shot Detection

From Robert-Depot
Revision as of 09:55, 30 October 2012 by Rtwomey (talk | contribs) (Install)

Jump to: navigation, search

About

Automatic video shot detection (awesome!)

Install

  • Install XCode command line tools for your os:

git clone git://github.com/johmathe/Shotdetect.git

  • Build:

mkdir -p build cd build cmake -D USE_WXWIDGETS:BOOL=OFF .. <code>

  • use homebrew to install any missing dependencies.