Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
362 stars 47 forks source link

0x80004005 error when unzipping CUDA or Portable zip files #108

Open jakelewis3d opened 1 year ago

jakelewis3d commented 1 year ago

Unzipping the CUDA or portable zip distributions causes an error on Windows 10, I believe because the windows native unzipper cannot handle the LZMA format used in compression. As a workaround I was able to use 7-zip to unpack the archive, but may I suggest just using regular Deflate to create these zip downloads.

Great software otherwise - saved me having to fast forward thru hours of stationary security footage.

Breakthrough commented 1 year ago

@jakelewis3d Thanks for letting me know, I used a compatible archive format previously but must have skipped that step this time. I'll leave this open as a known issue until updating the archives.