PySceneDetect v0.5.6 #232
Breakthrough
announced in
News
Replies: 0 comments
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
detect-adaptive
which works similar todetect-content
, but with reduced false negatives during fast camera movement (thanks @scarwire and @wjs018)save-images
can now be resized via the command linedetect-threshold
-p
/--min-percent
option fromdetect-threshold
-l
/--luma-only
todetect-content
/detect-adaptive
to only consider brightness channel (useful for greyscale videos)Changelog
detect-adaptive
(#153thanks @scarwire and @wjs018)save-images
command (scene_manager.save_images()
function in the Python API) can now be scaled or resized (#160 and PR #203, thanks @wjs018)-s
/--scale
(e.g.--scale 0.5
shrinks the height/width by half)-h
/--height
) and/or width (-w
/--width
), in pixels; if only one is specified, the aspect ratio of the original video is keptseek()
on aVideoManager
will now respect the end time if setsplit_video_
functions now return the exit code of invokingffmpeg
ormkvmerge
(#209, thanks @AdrienLF)(Doesn't parse CSV file based on detect-threshold when splitting video. #211), thanks @jeremymeyers)min_percent
argument fromThresholdDetector
as was not providing any performance benefit for the majority of use cases (#178)detect-threshold
command now works properly with a statsfile (#211)TypeError
exception when using non-PyPI OpenCV packages from certain Linux distributions (#220)Known Issues
save-images
orsplit-video
commandsThis discussion was created from the release PySceneDetect v0.5.6.
Beta Was this translation helpful? Give feedback.
All reactions