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
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
-i folder/*.mp4)-m ffmpeg) or codec-copying mode (-m copy)-c/--config, or create advr-scan.cfgfile in your user config folder-b MOG2_CUDA)pip, requires manual installation of OpenCV compiled with CUDA supportdvr-scan-1.5-win64-cuda.zip)CNTmethodChangelog
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--verbosityand--logfile- control output verbosity and path to save output-i/--inputnow supports globs/wildcards to scan entire folders, e.g.-i folder/*.mp4-l/--min-event-lengthto 0.1 seconds, previously was 2 frames (#91)-roihas been renamed to--region-of-interest(previously was--rectangle-of-interest)-cis now used for--config, previously was for--codecMOG2_CUDAoption for-b/--bg-subtractorMOGoption toMOG2--codechas been removed, the value should now be set using a config fileGeneral:
-c/--configargument to specify path to config files (#77)-c(was previously the shortform of--codec)-m/--output-modeargument (#27, #42)-mo/--mask-outputargument-m ffmpeg-m copy--verbosityand--logfilearguments to provide more control over program output-i/--input(#5)-st/--start-timeis set-fs/--frame-skip(#68, #70)-l/--min-event-lengthare now handled correctly, previously would cause an errormin_event_lento 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 ffmpegor-m copyas a workaround)-m ffmpegor-m copy(#86)CNToption for-b/--bg-subtractorThis discussion was created from the release DVR-Scan v1.5.
Beta Was this translation helpful? Give feedback.
All reactions