DVR-Scan v1.5 #93
Breakthrough
announced in
Announcements
Replies: 1 comment
-
Update: v1.5.1 has just been released, which fixes a crash when trying to process multiple videos (e.g. specifying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes
-i folder/*.mp4
)-m ffmpeg
) or codec-copying mode (-m copy
)-c
/--config
, or create advr-scan.cfg
file in your user config folder-b MOG2_CUDA
)pip
, requires manual installation of OpenCV compiled with CUDA supportdvr-scan-1.5-win64-cuda.zip
)CNT
methodChangelog
Command-Line Interface:
-c
/--config
- set path to config file-d
/--output-dir
- set directory to write output files (default is working directory)-m
/--output-mode
- set output mode (one of:opencv
,ffmpeg
,copy
)-mo
/--mask-output
- path to write motion mask for analysis--verbosity
and--logfile
- control output verbosity and path to save output-i
/--input
now supports globs/wildcards to scan entire folders, e.g.-i folder/*.mp4
-l
/--min-event-length
to 0.1 seconds, previously was 2 frames (#91)-roi
has been renamed to--region-of-interest
(previously was--rectangle-of-interest
)-c
is now used for--config
, previously was for--codec
MOG2_CUDA
option for-b
/--bg-subtractor
MOG
option toMOG2
--codec
has been removed, the value should now be set using a config fileGeneral:
-c
/--config
argument to specify path to config files (#77)-c
(was previously the shortform of--codec
)-m
/--output-mode
argument (#27, #42)-mo
/--mask-output
argument-m ffmpeg
-m copy
--verbosity
and--logfile
arguments to provide more control over program output-i
/--input
(#5)-st
/--start-time
is set-fs
/--frame-skip
(#68, #70)-l
/--min-event-length
are now handled correctly, previously would cause an errormin_event_len
to 0.1 seconds, previously was 2 frames (#91)Known Issues
-m opencv
(default output mode) will result in frames missing from the exported videos (#81, can use-m ffmpeg
or-m copy
as a workaround)-m ffmpeg
or-m copy
(#86)CNT
option for-b
/--bg-subtractor
This discussion was created from the release DVR-Scan v1.5.
Beta Was this translation helpful? Give feedback.
All reactions