Minor release including only additions and bugfixes (thanks to everyone who contributed to this release!). Changelog:
- [enhancement]
--min-duration
now accepts a timecode in addition to frame number (#128, thanks @tonycpsu) - [feature] Add
--image-frame-margin
option tosave-images
command to ignore a number of frames at the start/end of a scene (#129, thanks @tonycpsu) - [bugfix]
--min-scene-len
option was not respected by first scene (#105, thanks @charlesvestal) - [bugfix] Splitting videos with an analyzed duration only splits within analyzed area (#106, thanks @charlesvestal)
- [bugfix] Improper start timecode applied to the
split-video
command when usingffmpeg
(#93, thanks @typoman) - [bugfix] Added links and filename sanitation to html output (#139 and #140, thanks @wsj018)
- [bugfix] UnboundLocalError in
detect_scenes
whenframe_skip
is larger than 0 (#126, thanks @twostarxx)