You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Includes new load-scenes command, ability to specify a default detector, PyAV 10 support, and several bugfixes. Minimum supported Python version is now Python 3.7.
[feature] Use detect-adaptive by default if a detector is not specified #329
Default detector can be set by config file with the default-detector option under [global]
[bugfix] Fix -d/--duration and -e/--end options of time command consuming one extra frame #307
[bugfix] Fix incorrect end timecode for final scene when last frame of video is a new scene #307
[bugfix] Expand $VIDEO_NAME before creating output directory for -f/--filename option of split-video, now allows absolute paths
[general] Rename ThresholdDetector (detect-threshold) metric delta_rgb metric to average_rgb
[general] -l/--logfile always produces debug logs now
[general] Remove -a/--all flag from scenedetect version command, now prints all information by default (can still call scenedetect for version number alone)
[general] Add -h/--help options globally and for each command
[general] Remove all option from scenedetect help command (can now call scenedetect help for full reference)
General:
[feature] Add ability to specify method (floor/ceiling) when creating ThresholdDetector, allows fade to white detection #143
[general] Minimum supported Python version is now Python 3.7
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Release Notes
Includes new
load-scenescommand, ability to specify a default detector, PyAV 10 support, and several bugfixes. Minimum supported Python version is now Python 3.7.Command-Line Changes:
load-scenescommand to load cuts fromlist-scenesCSV output #235detect-adaptiveby default if a detector is not specified #329default-detectoroption under[global]-d/--durationand-e/--endoptions oftimecommand consuming one extra frame #307$VIDEO_NAMEbefore creating output directory for-f/--filenameoption ofsplit-video, now allows absolute pathsThresholdDetector(detect-threshold) metricdelta_rgbmetric toaverage_rgb-l/--logfilealways produces debug logs now-a/--allflag fromscenedetect versioncommand, now prints all information by default (can still callscenedetectfor version number alone)-h/--helpoptions globally and for each commandalloption fromscenedetect helpcommand (can now callscenedetect helpfor full reference)General:
ThresholdDetector, allows fade to white detection #143end_timealways consuming one extra frame #307start_in_sceneisTrueor the final scene contains a single frame #307_):get_aspect_ratiofunction inscenedetect.backends.opencvmean_pixel_distanceandestimated_kernel_sizefunctions inscenedetect.detectors.content_detectorcompute_frame_averagefunction inscenedetect.detectors.threshold_detectorscenedetect.cliandscenedetect.thirdpartymodulescompute_downscale_factorinscenedetect.video_stream(usescenedetect.scene_manager.compute_downscale_factorinstead)Project Updates
This discussion was created from the release PySceneDetect v0.6.2.
All reactions