Code Monkey home page Code Monkey logo

shotdetect's Introduction

Build status

Shotdetect is a free software (LGPL) which detects shots and scenes from a video. The result produced is a simple XML file containing all the informations about the movie generated.

Install

Dependencies

sudo apt-get install libavdevice-dev libavformat-dev libgd2-noxpm libgd2-noxpm-dev

Graphical version

sudo apt-get install libwxgtk2.6-dev wx2.6-doc libwxgtk2.6-headers

Building

mkdir -p build cd build cmake ..

Build command line version

mkdir -p build cd build cmake -D USE_WXWIDGETS:BOOL=OFF ..

Example

Shell

shotdetect -i myvideo.avi -o output_dir -s 60 -w -v -f -l -m -r

Options details

-s : set threshold The threshold is the level for shot detection. High will not detect a lot, low will detect a lot of false shots. A good choice is about 60.

-w : generates audio xml information See the generated file for more details

-v : generates video xml informations See the generated file for more details

-f : generates the first image of shots -l : generates the last image of shots -m : generates the thumbnails images -r : generates the real size images

Comments

[email protected]

shotdetect's People

Contributors

rooker avatar christianfrisson avatar jnv avatar johmathe avatar brandt avatar

Watchers

John D. Pope avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.