Difference between revisions of "Shot Detection"
From Robert-Depot
(Created page with "=About= Automatic video shot detection (awesome!) *http://johmathe.name/shotdetect.html =Install= *Install XCode command line tools for your os. *<code>git clone git://github.com...") |
(→Usage) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Home | <<< back to Wiki Home]] | ||
=About= | =About= | ||
Automatic video shot detection (awesome!) | Automatic video shot detection (awesome!) | ||
*http://johmathe.name/shotdetect.html | *http://johmathe.name/shotdetect.html | ||
=Install= | =Install= | ||
− | *Install XCode command line tools for your os | + | *Install XCode command line tools for your os: |
− | + | <code>git clone git://github.com/johmathe/Shotdetect.git</code> | |
− | *< | + | *Build: |
− | mkdir -p build | + | <code>mkdir -p build |
cd build | cd build | ||
cmake -D USE_WXWIDGETS:BOOL=OFF .. | cmake -D USE_WXWIDGETS:BOOL=OFF .. | ||
− | < | + | </code> |
*use homebrew to install any missing dependencies. | *use homebrew to install any missing dependencies. | ||
+ | =Usage= | ||
+ | *analyze Krapp's last tape: | ||
+ | <code>../shotdetect-cmd -w -v -f -l -m -r -s 60 -i ~/Movies/Krapps_Last_Tape.flv -o . | ||
+ | </code> | ||
+ | *run from the directory with the binary file. |
Latest revision as of 10:31, 5 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 ..
- 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 .
- run from the directory with the binary file.