Difference between revisions of "Shot Detection"

From Robert-Depot
Jump to: navigation, search
(Install)
(Install)
Line 3: Line 3:
 
*http://johmathe.name/shotdetect.html
 
*http://johmathe.name/shotdetect.html
 
=Install=
 
=Install=
*Install XCode command line tools for your os: <code>git clone git://github.com/johmathe/Shotdetect.git</code>
+
*Install XCode command line tools for your os:  
*Build: <pre>mkdir -p build
+
<code>git clone git://github.com/johmathe/Shotdetect.git</code>
 +
*Build:  
 +
<code>mkdir -p build
 
cd build
 
cd build
 
cmake -D USE_WXWIDGETS:BOOL=OFF ..
 
cmake -D USE_WXWIDGETS:BOOL=OFF ..
<pre>
+
<code>
 
*use homebrew to install any missing dependencies.
 
*use homebrew to install any missing dependencies.

Revision as of 09:55, 30 October 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.