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-Headless",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "video computer-vision analysis",
"author": "Brandon Castellano",
"author_email": "brandon248@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d6/35/9a7510e6ed6b2791dc8b8659c03467043b3845d63606de6ff7d72f43e8cf/dvr_scan_headless-1.8.1.tar.gz",
"platform": null,
"description": "\r\nDVR-Scan\r\n==========================================================\r\n\r\nVideo Motion Event Detection and Extraction Tool\r\n----------------------------------------------------------\r\n\r\n.. image:: https://img.shields.io/github/actions/workflow/status/Breakthrough/DVR-Scan/build.yml\r\n :target: https://github.com/Breakthrough/DVR-Scan/actions\r\n\r\n.. image:: https://img.shields.io/github/release/Breakthrough/DVR-Scan.svg\r\n :target: https://github.com/Breakthrough/DVR-Scan\r\n\r\n.. image:: https://img.shields.io/pypi/status/dvr-scan.svg\r\n :target: https://github.com/Breakthrough/DVR-Scan\r\n\r\n.. image:: https://raster.shields.io/pypi/l/dvr-scan.png\r\n :target: http://pyscenedetect.readthedocs.org/en/latest/copyright/\r\n\r\n.. image:: https://img.shields.io/github/stars/Breakthrough/DVR-Scan.svg?style=social&label=View%20on%20Github\r\n :target: https://github.com/Breakthrough/DVR-Scan\r\n\r\n----------------------------------------------------------\r\n\r\nWebsite: http://www.dvr-scan.com/\r\n\r\nDocumentation: http://dvr-scan.readthedocs.org/\r\n\r\nGithub: https://github.com/Breakthrough/DVR-Scan/\r\n\r\n\r\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.\r\n\r\nQuickstart\r\n----------------------------------------------------------\r\n\r\nInstall using ``pip``:\r\n\r\n pip install --upgrade dvr-scan[opencv]\r\n\r\nScan ``video.mp4`` (separate clips for each event)::\r\n\r\n dvr-scan -i video.mp4\r\n\r\nOnly scan a region of interest (`see user guide <http://www.dvr-scan.com/guide/>`_ or hit `H` for controls)::\r\n\r\n dvr-scan -i video.mp4 -r\r\n\r\n.. image:: https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/region-editor-mask.jpg\r\n :width: 480\r\n :alt: overlay example\r\n\r\nDraw boxes around motion::\r\n\r\n dvr-scan -i video.mp4 -bb\r\n\r\n.. image:: https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.6/docs/assets/bounding-box.gif\r\n :width: 480\r\n :alt: overlay example\r\n\r\nUse ``ffmpeg`` to extract events::\r\n\r\n dvr-scan -i video.mp4 -m ffmpeg\r\n\r\nFor help or other issues, feel free to submit any bugs or feature requests to Github:\r\n\r\nhttps://github.com/Breakthrough/DVR-Scan/issues\r\n\r\n----------------------------------------------------------\r\n\r\nLicensed under BSD 2-Clause (see the ``LICENSE`` file for details).\r\n\r\nCopyright (C) 2016 Brandon Castellano.\r\nAll rights reserved.\r\n\r\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.8.1",
"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": null,
"digests": {
"blake2b_256": "96ce0a0351413c1fc57c0512214416ca07cadd176869e6c72941bf73ff1aae62",
"md5": "e242828d9a72fe4a348dd77855ea7e54",
"sha256": "f362e13e73966835d7f8512fff523ef5fb2d3919c181243721654d20183bccb8"
},
"downloads": -1,
"filename": "dvr_scan_headless-1.8.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e242828d9a72fe4a348dd77855ea7e54",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 350301,
"upload_time": "2025-08-28T01:37:37",
"upload_time_iso_8601": "2025-08-28T01:37:37.823027Z",
"url": "https://files.pythonhosted.org/packages/96/ce/0a0351413c1fc57c0512214416ca07cadd176869e6c72941bf73ff1aae62/dvr_scan_headless-1.8.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d6359a7510e6ed6b2791dc8b8659c03467043b3845d63606de6ff7d72f43e8cf",
"md5": "296b0f1e878e6be399d80933418071e9",
"sha256": "7f9800360c07118e4fdd9da137c676d820df7c903fe5b1dbebcac9fd7fbb5a7b"
},
"downloads": -1,
"filename": "dvr_scan_headless-1.8.1.tar.gz",
"has_sig": false,
"md5_digest": "296b0f1e878e6be399d80933418071e9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 330302,
"upload_time": "2025-08-28T01:37:39",
"upload_time_iso_8601": "2025-08-28T01:37:39.010123Z",
"url": "https://files.pythonhosted.org/packages/d6/35/9a7510e6ed6b2791dc8b8659c03467043b3845d63606de6ff7d72f43e8cf/dvr_scan_headless-1.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-28 01:37:39",
"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-headless"
}