Giter Club home page Giter Club logo

shotdetection's Introduction

ShotDetection

Open source software that detects shot boundaries in video.

1. Introduction

ShotDetector is a free software (LGPL) which detects shot boundaries from a video. The result can be produced in various formats. Produced file contains frame numbers and durations of detected shots in addition to general information of analyzed video. Currently, XML, YAML and TEXT (simple .txt file) formats are supported.

2. Dependencies

  • OpenCV 2.3 or greater
  • g++ (gcc)
  • make (only necessary if Makefile is used for building program)
  • pkg-config (only necessary if Makefile is used to build program)

3. Build and Install

In order to build the software, cd inside the main directory and run below command in terminal (or command prompt):

make

Also you can use GCC compiler directly (using g++ command) to build the software wthout using Make.

4. Usage

      -h               : Show help
      -t threshold     : Set threshold value. This value specifies sensitivity of detecting shots.
      -i file          : Sets input video file
      -o output_path   : save detected shots to output path 'output_path'
      -s sample_period : set the sample period of stored frames. (Default = 0) Bigger sample period 			   : means less images to be stored. 
      -show            : display the shots on GUI (Graphical Version)

Example: ./ShotDetection -i test.mp4 -o outputs -show

5. Support

  • yildirimyasi(at)gmail(dot)com

6. License

Licensed under GNU Lesser General Public License (LGPL). See COPYING and LICENSE files for details.

shotdetection's People

Contributors

yasinyildirim avatar

Watchers

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