You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[bugfix] Fix crash when opening multiple input videos ([#95](https://github.com/Breakthrough/DVR-Scan/issues/95))
12
12
*[bugfix] Fix incorrect warning regarding frame decode failures at end of video
13
13
14
+
14
15
### 1.5 (July 30, 2022)
15
16
16
17
#### Release Notes
@@ -71,6 +72,7 @@ DVR-Scan Changelog
71
72
72
73
#### Known Issues
73
74
75
+
* 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))
74
76
* Variable framerate videos (VFR) are not fully supported, and will yield incorrect timestamps ([#20](https://github.com/Breakthrough/DVR-Scan/issues/20))
75
77
* 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))
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.
32
+
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.
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:
0 commit comments