Release Notes
- One of the last major updates before transitioning to the new v1.0.x API
- The
--min-scene-len/-moption is now global rather than per-detector - There is a new global option
--drop-short-scenesto go along with-m - Removed first row from statsfiles so it is a valid CSV file
- The progress bar now correctly resizes when the terminal is resized
- Image sequences and URLs are now supported for input via the CLI/API
- Images exported using the
save-imagescommand are now resized to match the display aspect ratio - A new flag
-s/--skip-cutshas been added to thelist-scenescommand to allow standardized processing - The functionality of
save-imagesis now accessible via the Python API through thesave_images()function inscenedetect.scene_manager - Under the
save-imagescommand, renamed--image-frame-marginto--frame-margin, added short option-m, and increased the default value from 0 to 1 due to instances of the last frame of a video being occasionally missed (set-m 0to restore original behaviour)
Changelog
Full changelog can be found here on Github.
Known Issues
- Image sequences or URL inputs are not supported by the
save-imagesorsplit-videocommands - Variable framerate videos (VFR) are not fully supported, and will yield incorrect timestamps (#168)