Changelog
- [bugfix] Fix quiet mode (
-q/--quiet
) not working correctly (#19, #35) - [bugfix] Fix downscale factor (
-df
/--downscale-factor
) having no effect (#46) - [api] Swap order of
fps
andtimecode
arguments inFrameTimecode
constructor to match that of PySceneDetect (#33) - [api] Refactor ScanContext class for better usage from Python (#33)
- [api] Use named logger rather than print statements (#35)
Known Issues
- When using the
-o
/--output
argument, a file is still written to disk even if no motion events are discovered in the input file (#50) - Variable framerate videos (VFR) are not fully supported, and will yield incorrect timestamps (#20)
- Using the
-roi
flag with high resolution videos can result in the window exceeding the size of the monitor (#59)