Difference between revisions of "Shot Detection"
From Robert-Depot
(→Install) |
|||
Line 1: | Line 1: | ||
+ | [[Home | <<< back to Wiki Home]] | ||
=About= | =About= | ||
Automatic video shot detection (awesome!) | Automatic video shot detection (awesome!) |
Revision as of 11:47, 2 November 2012
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.