dvr-scan


Namedvr-scan JSON
Version 1.6 PyPI version JSON
download
home_pagehttps://www.dvr-scan.com/
SummaryTool for finding and extracting motion events in video files (e.g. security camera footage).
upload_time2023-10-16 04:37:10
maintainer
docs_urlNone
authorBrandon Castellano
requires_python>=3.7
licenseBSD 2-Clause License
keywords video computer-vision analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
DVR-Scan
==========================================================

Video Motion Event Detection and Extraction Tool
----------------------------------------------------------

.. image:: https://img.shields.io/github/actions/workflow/status/Breakthrough/DVR-Scan/build.yml
   :target: https://github.com/Breakthrough/DVR-Scan/actions

.. image:: https://img.shields.io/github/release/Breakthrough/DVR-Scan.svg
   :target: https://github.com/Breakthrough/DVR-Scan

.. image:: https://img.shields.io/pypi/status/dvr-scan.svg
   :target: https://github.com/Breakthrough/DVR-Scan

.. image:: https://raster.shields.io/pypi/l/dvr-scan.png
   :target: http://pyscenedetect.readthedocs.org/en/latest/copyright/

.. image:: https://img.shields.io/github/stars/Breakthrough/DVR-Scan.svg?style=social&label=View%20on%20Github
   :target: https://github.com/Breakthrough/DVR-Scan

----------------------------------------------------------

Website: http://www.dvr-scan.com/

Documentation: http://dvr-scan.readthedocs.org/

Github: https://github.com/Breakthrough/DVR-Scan/


DVR-Scan is a command-line application that **automatically detects motion events in video files** (e.g. security camera footage).  DVR-Scan looks for areas in footage containing motion, and saves each event to a separate video clip.  DVR-Scan is free and open-source software, and works on Windows, Linux, and Mac.

Quickstart
----------------------------------------------------------

Install using ``pip``:

   pip install --upgrade dvr-scan[opencv]

Scan ``video.mp4`` (separate clips for each event)::

    dvr-scan -i video.mp4

Only scan a region of interest (`see user guide <http://www.dvr-scan.com/guide/>`_ or hit `H` for controls)::

    dvr-scan -i video.mp4 -r

.. image:: https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/region-editor-mask.jpg
  :width: 480
  :alt: overlay example

Draw boxes around motion::

    dvr-scan -i video.mp4 -bb

.. image:: https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/bounding-box.gif
  :width: 480
  :alt: overlay example

Use ``ffmpeg`` to extract events::

    dvr-scan -i video.mp4 -m ffmpeg

For help or other issues, feel free to submit any bugs or feature requests to Github:

https://github.com/Breakthrough/DVR-Scan/issues

----------------------------------------------------------

Licensed under BSD 2-Clause (see the ``LICENSE`` file for details).

Copyright (C) 2016-2023 Brandon Castellano.
All rights reserved.


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.dvr-scan.com/",
    "name": "dvr-scan",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "video computer-vision analysis",
    "author": "Brandon Castellano",
    "author_email": "brandon248@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/de/4f9feab299cfb7550f80d4db4dfbc064ee7e7ce013ce927eb0fa4dcd8a3f/dvr-scan-1.6.tar.gz",
    "platform": null,
    "description": "\nDVR-Scan\n==========================================================\n\nVideo Motion Event Detection and Extraction Tool\n----------------------------------------------------------\n\n.. image:: https://img.shields.io/github/actions/workflow/status/Breakthrough/DVR-Scan/build.yml\n   :target: https://github.com/Breakthrough/DVR-Scan/actions\n\n.. image:: https://img.shields.io/github/release/Breakthrough/DVR-Scan.svg\n   :target: https://github.com/Breakthrough/DVR-Scan\n\n.. image:: https://img.shields.io/pypi/status/dvr-scan.svg\n   :target: https://github.com/Breakthrough/DVR-Scan\n\n.. image:: https://raster.shields.io/pypi/l/dvr-scan.png\n   :target: http://pyscenedetect.readthedocs.org/en/latest/copyright/\n\n.. image:: https://img.shields.io/github/stars/Breakthrough/DVR-Scan.svg?style=social&label=View%20on%20Github\n   :target: https://github.com/Breakthrough/DVR-Scan\n\n----------------------------------------------------------\n\nWebsite: http://www.dvr-scan.com/\n\nDocumentation: http://dvr-scan.readthedocs.org/\n\nGithub: https://github.com/Breakthrough/DVR-Scan/\n\n\nDVR-Scan is a command-line application that **automatically detects motion events in video files** (e.g. security camera footage).  DVR-Scan looks for areas in footage containing motion, and saves each event to a separate video clip.  DVR-Scan is free and open-source software, and works on Windows, Linux, and Mac.\n\nQuickstart\n----------------------------------------------------------\n\nInstall using ``pip``:\n\n   pip install --upgrade dvr-scan[opencv]\n\nScan ``video.mp4`` (separate clips for each event)::\n\n    dvr-scan -i video.mp4\n\nOnly scan a region of interest (`see user guide <http://www.dvr-scan.com/guide/>`_ or hit `H` for controls)::\n\n    dvr-scan -i video.mp4 -r\n\n.. image:: https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/region-editor-mask.jpg\n  :width: 480\n  :alt: overlay example\n\nDraw boxes around motion::\n\n    dvr-scan -i video.mp4 -bb\n\n.. image:: https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/bounding-box.gif\n  :width: 480\n  :alt: overlay example\n\nUse ``ffmpeg`` to extract events::\n\n    dvr-scan -i video.mp4 -m ffmpeg\n\nFor help or other issues, feel free to submit any bugs or feature requests to Github:\n\nhttps://github.com/Breakthrough/DVR-Scan/issues\n\n----------------------------------------------------------\n\nLicensed under BSD 2-Clause (see the ``LICENSE`` file for details).\n\nCopyright (C) 2016-2023 Brandon Castellano.\nAll rights reserved.\n\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause License",
    "summary": "Tool for finding and extracting motion events in video files (e.g. security camera footage).",
    "version": "1.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/Breakthrough/DVR-Scan/issues",
        "Documentation": "https://www.dvr-scan.com/docs",
        "Homepage": "https://www.dvr-scan.com/",
        "Repository": "https://github.com/Breakthrough/DVR-Scan"
    },
    "split_keywords": [
        "video",
        "computer-vision",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27650961f45e4961a464294d65e1e9417d9f34fcc767b55a8e926eb495ebbe2c",
                "md5": "b69c7532b0322aae30e26f102442e06e",
                "sha256": "ddada3b2f3460f6f2d73f8ca1ffecbfb219a65874e81654172c35f8722923f39"
            },
            "downloads": -1,
            "filename": "dvr_scan-1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b69c7532b0322aae30e26f102442e06e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 58666,
            "upload_time": "2023-10-16T04:37:08",
            "upload_time_iso_8601": "2023-10-16T04:37:08.493749Z",
            "url": "https://files.pythonhosted.org/packages/27/65/0961f45e4961a464294d65e1e9417d9f34fcc767b55a8e926eb495ebbe2c/dvr_scan-1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16de4f9feab299cfb7550f80d4db4dfbc064ee7e7ce013ce927eb0fa4dcd8a3f",
                "md5": "38d51dd7eea95d317673475763d8c8c3",
                "sha256": "dbf862b64cf26cee654050d5d905ed7c8530dd7d45ad448b6ea38991dfafb775"
            },
            "downloads": -1,
            "filename": "dvr-scan-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "38d51dd7eea95d317673475763d8c8c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 52739,
            "upload_time": "2023-10-16T04:37:10",
            "upload_time_iso_8601": "2023-10-16T04:37:10.469827Z",
            "url": "https://files.pythonhosted.org/packages/16/de/4f9feab299cfb7550f80d4db4dfbc064ee7e7ce013ce927eb0fa4dcd8a3f/dvr-scan-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 04:37:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Breakthrough",
    "github_project": "DVR-Scan",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [],
    "lcname": "dvr-scan"
}
        
Elapsed time: 0.11620s