/Shotdetect

Automated shot detection software

Primary LanguageCOtherNOASSERTION

Website:
http://johmathe.name/shotdetect.html

Dependencies:
sudo apt-get install libavdevice-dev libavformat-dev libgd2-noxpm libgd2-noxpm-dev clang libswscale-dev libswscale2 libxml2-dev libxslt-dev
# Graphical version
sudo apt-get install libwxgtk2.6-dev wx2.6-doc libwxgtk2.6-headers

Building a command line version:
mkdir -p build
cd build
cmake -D USE_WXWIDGETS:BOOL=OFF ..

Building with GUI:
mkdir -p build
cd  build
cmake ..



Comments:
johmathe@nonutc.fr