{"id":13585419,"url":"https://github.com/Breakthrough/DVR-Scan","last_synced_at":"2025-04-07T09:34:50.623Z","repository":{"id":37664090,"uuid":"77726023","full_name":"Breakthrough/DVR-Scan","owner":"Breakthrough","description":":vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.","archived":false,"fork":false,"pushed_at":"2024-10-06T01:38:43.000Z","size":46734,"stargazers_count":375,"open_issues_count":29,"forks_count":49,"subscribers_count":20,"default_branch":"main","last_synced_at":"2024-10-16T05:46:14.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.dvr-scan.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Breakthrough.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-31T05:02:43.000Z","updated_at":"2024-10-15T17:00:05.000Z","dependencies_parsed_at":"2024-04-13T03:23:34.755Z","dependency_job_id":"02cbfa39-ecbe-4623-a655-fec1e7e0a36a","html_url":"https://github.com/Breakthrough/DVR-Scan","commit_stats":{"total_commits":314,"total_committers":7,"mean_commits":"44.857142857142854","dds":"0.11146496815286622","last_synced_commit":"796c02af37abc10b3e6fe6d208bce7e698f3b158"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breakthrough%2FDVR-Scan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breakthrough%2FDVR-Scan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breakthrough%2FDVR-Scan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breakthrough%2FDVR-Scan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Breakthrough","download_url":"https://codeload.github.com/Breakthrough/DVR-Scan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223277862,"owners_count":17118660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:04:55.924Z","updated_at":"2025-04-07T09:34:50.604Z","avatar_url":"https://github.com/Breakthrough.png","language":"Python","readme":"![DVR-Scan Logo](https://raw.githubusercontent.com/Breakthrough/DVR-Scan/main/docs/assets/dvr-scan-logo.png)\n\n:vhs: Find and extract motion events in videos.\n\n------------------------------------------------\n\n### Latest Release: v1.7.0.1 (March 11, 2025)\n\n**Website**: [dvr-scan.com](https://www.dvr-scan.com)\n\n**User Guide**: [dvr-scan.com/guide](https://www.dvr-scan.com/guide/)\n\n**Documentation**: [dvr-scan.com/docs](https://www.dvr-scan.com/docs/)\n\n**Discord**: [discord.gg/69kf6f2Exb](https://discord.gg/69kf6f2Exb)\n\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\n## Quick Install\n\n    pip install dvr-scan[opencv] --upgrade\n\nWindows builds (installer + portable) are also available on [the Downloads page](https://www.dvr-scan.com/download/).\n\n## Quickstart (UI)\n\nStart DVR-Scan (run `dvr-scan-app` or click the app shortcut), **Add** your input videos, and hit **Start**:\n\n\u003cimg alt=\"main app window\" src=\"https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.7/docs/assets/app-main-window.jpg\" width=\"480\"/\u003e\n\nSee the [User Guide](https://www.dvr-scan.com/guide/) for a more comprehensive overview.\n\n## Quickstart (CLI)\n\nScan `video.mp4` (separate clips for each event):\n\n    dvr-scan -i video.mp4\n\nSelect a region to scan using [the region editor](https://www.dvr-scan.com/guide/):\n\n    dvr-scan -i video.mp4 -r\n\n\u003cimg alt=\"example of region editor\" src=\"https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.7/docs/assets/region-editor-mask.jpg\" width=\"480\"/\u003e\n\nSelect a region to scan using command line (list of points as X Y):\n\n    dvr-scan -i video.mp4 -a 50 50 100 50 100 100 100 50\n\nDraw boxes around motion:\n\n    dvr-scan -i video.mp4 -bb\n\n\u003cimg alt=\"example of bounding boxes\" src=\"https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.7/docs/assets/bounding-box.gif\" width=\"480\"/\u003e\n\nUse `ffmpeg` to extract events:\n\n    dvr-scan -i video.mp4 -m ffmpeg\n\nSee [the documentation](https://www.dvr-scan.com/docs) for a complete list of all command-line and configuration file options which can be set. You can also type `dvr-scan --help` for an overview of command line options. Some program options can also be set [using a config file](https://www.dvr-scan.com/docs/#config-file).\n\n------------------------------------------------\n\nCopyright © 2016-2025 Brandon Castellano. All rights reserved.\nLicensed under BSD 2-Clause (see the LICENSE file for details).\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBreakthrough%2FDVR-Scan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBreakthrough%2FDVR-Scan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBreakthrough%2FDVR-Scan/lists"}