dvr-scan


Namedvr-scan JSON
Version 1.6.2 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_time2024-12-17 23:23:53
maintainerNone
docs_urlNone
authorBrandon Castellano
requires_python>=3.8
licenseBSD 2-Clause License
keywords video computer-vision analysis
VCS
bugtrack_url
requirements numpy opencv-python opencv-contrib-python pillow platformdirs pytest scenedetect screeninfo tqdm
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 Brandon Castellano.
All rights reserved.


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.dvr-scan.com/",
    "name": "dvr-scan",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "video computer-vision analysis",
    "author": "Brandon Castellano",
    "author_email": "brandon248@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/74/00/517f879478ceee7b4a789be872ee0fbc07f8732fd8d068174feff21b8291/dvr_scan-1.6.2.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 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.2",
    "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": "dba7b0f94dfe41ecadb9ac5e2974f853c1e2d725473f255b0731c3bc10a8ae3b",
                "md5": "73f529e6bd725cfeab2f172c1deca636",
                "sha256": "5946f05c855b20070a9b5273a6600fdde3ab2a3b79f074aebbc74a3cda577011"
            },
            "downloads": -1,
            "filename": "dvr_scan-1.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73f529e6bd725cfeab2f172c1deca636",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 322930,
            "upload_time": "2024-12-17T23:23:52",
            "upload_time_iso_8601": "2024-12-17T23:23:52.297120Z",
            "url": "https://files.pythonhosted.org/packages/db/a7/b0f94dfe41ecadb9ac5e2974f853c1e2d725473f255b0731c3bc10a8ae3b/dvr_scan-1.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7400517f879478ceee7b4a789be872ee0fbc07f8732fd8d068174feff21b8291",
                "md5": "993f49929e6315ac77b41a9738d79e43",
                "sha256": "1cb9553c0581aee54ef634a46101566e82f929f8109c35c90baa1d5dedbf7065"
            },
            "downloads": -1,
            "filename": "dvr_scan-1.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "993f49929e6315ac77b41a9738d79e43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 308191,
            "upload_time": "2024-12-17T23:23:53",
            "upload_time_iso_8601": "2024-12-17T23:23:53.864666Z",
            "url": "https://files.pythonhosted.org/packages/74/00/517f879478ceee7b4a789be872ee0fbc07f8732fd8d068174feff21b8291/dvr_scan-1.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 23:23:53",
    "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": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "opencv-contrib-python",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "platformdirs",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "scenedetect",
            "specs": [
                [
                    ">=",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "screeninfo",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "dvr-scan"
}
        
Elapsed time: 0.38264s