PySceneDetect v0.5.2
Minor release including only additions and bugfixes (thanks to everyone who contributed to this release!). Changelog:
- [enhancement]
--min-durationnow accepts a timecode in addition to frame number (#128, thanks @tonycpsu) - [feature] Add
--image-frame-marginoption tosave-imagescommand to ignore a number of frames at the start/end of a scene (#129, thanks @tonycpsu) - [bugfix]
--min-scene-lenoption 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-videocommand when usingffmpeg(#93, thanks @typoman) - [bugfix] Added links and filename sanitation to html output (#139 and #140, thanks @wsj018)
- [bugfix] UnboundLocalError in
detect_sceneswhenframe_skipis larger than 0 (#126, thanks @twostarxx)