Skip to content

Commit

Permalink
[release] Release v1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Aug 16, 2022
1 parent f158409 commit d09eec6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![DVR-Scan Logo](https://raw.githubusercontent.com/Breakthrough/DVR-Scan/master/docs/img/dvr-scan-logo_small.png)
:vhs: Tool for extracting scenes with motion from security camera/DVR footage. Written in Python, depends on OpenCV.

**Latest Release:** [v1.5 (July 30, 2022)](http://dvr-scan.readthedocs.io/en/latest/changelog/)
**Latest Release:** [v1.5.1 (August 15, 2022)](http://dvr-scan.readthedocs.io/en/latest/changelog/)

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

Expand Down
8 changes: 4 additions & 4 deletions dist/.version_info
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 1, 5, 0),
prodvers=(0, 1, 5, 0),
filevers=(0, 1, 5, 1),
prodvers=(0, 1, 5, 1),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ StringFileInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'github.com/Breakthrough'),
StringStruct(u'FileDescription', u'dvr-scan.readthedocs.io'),
StringStruct(u'FileVersion', u'v1.5'),
StringStruct(u'FileVersion', u'v1.5.1'),
StringStruct(u'InternalName', u'DVR-Scan'),
StringStruct(u'LegalCopyright', u'Copyright © 2022 Brandon Castellano'),
StringStruct(u'OriginalFilename', u'dvr-scan.exe'),
StringStruct(u'ProductName', u'DVR-Scan'),
StringStruct(u'ProductVersion', u'v1.5')])
StringStruct(u'ProductVersion', u'v1.5.1')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ DVR-Scan Changelog

## DVR-Scan 1.5

### 1.5.1 (TBD) &nbsp;<span class="fa fa-tags"></span>
### 1.5.1 (August 15, 2022) &nbsp;<span class="fa fa-tags"></span>

#### Release Notes
#### Changelog

* [bugfix] Fix crash when opening multiple input videos ([#95](https://github.com/Breakthrough/DVR-Scan/issues/95))
* [bugfix] Fix incorrect warning regarding frame decode failures at end of video


### 1.5 (July 30, 2022)

#### Release Notes
Expand Down Expand Up @@ -71,6 +72,7 @@ DVR-Scan Changelog

#### Known Issues

* Attempting to open multiple input videos will cause DVR-Scan to crash, fixed in v1.5.1 ([#95](https://github.com/Breakthrough/DVR-Scan/issues/95))
* Variable framerate videos (VFR) are not fully supported, and will yield incorrect timestamps ([#20](https://github.com/Breakthrough/DVR-Scan/issues/20))
* Video output when using frame skip and `-m opencv` (default output mode) will result in frames missing from the exported videos ([#81](https://github.com/Breakthrough/DVR-Scan/issues/81))
* Use `-m ffmpeg` or `-m copy` as a workaround
Expand Down
14 changes: 7 additions & 7 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ DVR-Scan is available via `pip` as [the `dvr-scan` package](https://pypi.org/pro
### Windows Build (64-bit Only) &nbsp; <span class="wy-text-neutral"><span class="fa fa-windows"></span></span>

<div class="important">
<h3 class="wy-text-neutral"><span class="fa fa-forward wy-text-info"></span> Latest Release: <b class="wy-text-neutral">v1.5</b></h3>
<h4 class="wy-text-neutral"><span class="fa fa-calendar wy-text-info"></span>&nbsp; Release Date:&nbsp; <b>July 30, 2022</b></h4>
<a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5-release/dvr-scan-1.5-win64.msi" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Installer MSI</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5-release/dvr-scan-1.5-win64.zip" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Portable ZIP</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5-release/dvr-scan-1.5-win64-cuda.zip" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Nvidia CUDA® Build (Experimental)</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="../guide/quickstart/" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Getting Started</b></a>
<h3 class="wy-text-neutral"><span class="fa fa-forward wy-text-info"></span> Latest Release: <b class="wy-text-neutral">v1.5.1</b></h3>
<h4 class="wy-text-neutral"><span class="fa fa-calendar wy-text-info"></span>&nbsp; Release Date:&nbsp; <b>August 15, 2022</b></h4>
<a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5.1-release/dvr-scan-1.5-win64.msi" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Installer MSI</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5.1-release/dvr-scan-1.5-win64.zip" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Portable ZIP</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5.1-release/dvr-scan-1.5-win64-cuda.zip" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Nvidia CUDA® Build (Experimental)</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="../guide/quickstart/" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Getting Started</b></a>
</div>

Due to a change in the installer format, you must uninstall previous versions of DVR-Scan before installing v1.5. Windows builds including Nvidia CUDA® support are experimental, and are not code signed.
Due to a change in the installer format, you must uninstall previous versions of DVR-Scan before installing v1.5.1. Windows builds including Nvidia CUDA® support are experimental, and are not code signed.

### Python Distribution &nbsp; <span class="wy-text-neutral"><span class="fa fa-windows"></span> &nbsp; <span class="fa fa-linux"></span> &nbsp; <span class="fa fa-apple"></span></span>

<div class="important">
<h4 class="wy-text-neutral"><span class="fa fa-forward wy-text-info"></span> Latest Release: <b class="wy-text-neutral">v1.5</b></h4>
<h4 class="wy-text-neutral"><span class="fa fa-calendar wy-text-info"></span>&nbsp; Release Date:&nbsp; <b>July 30, 2022</b></h4>
<a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5-release/dvr_scan-1.5-py3-none-any.whl" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Wheel</b>&nbsp;&nbsp;.whl</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5-release/dvr-scan-1.5.tar.gz" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Source</b>&nbsp;&nbsp;.tar.gz</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="../guide/quickstart/" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Getting Started</b></a>
<h4 class="wy-text-neutral"><span class="fa fa-forward wy-text-info"></span> Latest Release: <b class="wy-text-neutral">v1.5.1</b></h4>
<h4 class="wy-text-neutral"><span class="fa fa-calendar wy-text-info"></span>&nbsp; Release Date:&nbsp; <b>August 15, 2022</b></h4>
<a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5.1-release/dvr_scan-1.5-py3-none-any.whl" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Wheel</b>&nbsp;&nbsp;.whl</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://github.com/Breakthrough/DVR-Scan/releases/download/v1.5.1-release/dvr-scan-1.5.tar.gz" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Source</b>&nbsp;&nbsp;.tar.gz</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="../guide/quickstart/" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Getting Started</b></a>
</div>

To install from source, download and extract the latest release to a location of your choice, and make sure you have the appropriate [system requirements](guide/installing.md) installed before continuing. DVR-Scan can be built by running the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h4 class="wy-text-info" style="margin-top:-1em;">Find and extract motion events in videos.</h4>

<div class="important">
<h3 class="wy-text-neutral"><span class="fa fa-info-circle wy-text-info"></span>&nbsp; Latest Release: <b>v1.5</b> (July 30, 2022)</h3>
<h3 class="wy-text-neutral"><span class="fa fa-info-circle wy-text-info"></span>&nbsp; Latest Release: <b>v1.5.1</b> (August 15, 2022)</h3>
<a href="download/" class="btn btn-info" style="margin-bottom:8px;" role="button"><span class="fa fa-download"></span>&nbsp; <b>Download</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="guide/installing/" class="btn btn-success" style="margin-bottom:8px;" role="button"><span class="fa fa-gear"></span>&nbsp; <b>Installation</b></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="guide/quickstart/" class="btn btn-warning" style="margin-bottom:8px;" role="button"><span class="fa fa-book"></span>&nbsp; <b>Getting Started</b></a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion dvr_scan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from dvr_scan.scanner import ScanContext

# Used for module/distribution identification.
__version__ = 'v1.5'
__version__ = 'v1.5.1'


def get_license_info() -> str:
Expand Down

0 comments on commit d09eec6

Please sign in to comment.