Difference between revisions of "Shot Detection"

From Robert-Depot
Jump to: navigation, search
Line 10: Line 10:
 
cd build
 
cd build
 
cmake -D USE_WXWIDGETS:BOOL=OFF ..
 
cmake -D USE_WXWIDGETS:BOOL=OFF ..
<code>
+
</code>
 
*use homebrew to install any missing dependencies.
 
*use homebrew to install any missing dependencies.
 
=Usage=
 
=Usage=
 
*analyze Krapp's last tape: <code>./shotdetect-cmd -w -v -f -l -m -r -s 60 -i ~/Movies/Krapps_Last_Tape.flv -o krapp/</code>
 
*analyze Krapp's last tape: <code>./shotdetect-cmd -w -v -f -l -m -r -s 60 -i ~/Movies/Krapps_Last_Tape.flv -o krapp/</code>
 
*run from the directory with the binary file.
 
*run from the directory with the binary file.

Revision as of 09:00, 5 November 2012

<<< back to Wiki Home

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 ..

  • use homebrew to install any missing dependencies.

Usage

  • analyze Krapp's last tape: ./shotdetect-cmd -w -v -f -l -m -r -s 60 -i ~/Movies/Krapps_Last_Tape.flv -o krapp/
  • run from the directory with the binary file.