PySceneDetect v0.6.2 #339
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
-
Release Notes
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.Command-Line Changes:
load-scenes
command to load cuts fromlist-scenes
CSV output #235detect-adaptive
by default if a detector is not specified #329default-detector
option under[global]
-d
/--duration
and-e
/--end
options oftime
command consuming one extra frame #307$VIDEO_NAME
before creating output directory for-f
/--filename
option ofsplit-video
, now allows absolute pathsThresholdDetector
(detect-threshold
) metricdelta_rgb
metric toaverage_rgb
-l
/--logfile
always produces debug logs now-a
/--all
flag fromscenedetect version
command, now prints all information by default (can still callscenedetect
for version number alone)-h
/--help
options globally and for each commandall
option fromscenedetect help
command (can now callscenedetect help
for full reference)General:
ThresholdDetector
, allows fade to white detection #143end_time
always consuming one extra frame #307start_in_scene
isTrue
or the final scene contains a single frame #307_
):get_aspect_ratio
function inscenedetect.backends.opencv
mean_pixel_distance
andestimated_kernel_size
functions inscenedetect.detectors.content_detector
compute_frame_average
function inscenedetect.detectors.threshold_detector
scenedetect.cli
andscenedetect.thirdparty
modulescompute_downscale_factor
inscenedetect.video_stream
(usescenedetect.scene_manager.compute_downscale_factor
instead)Project Updates
This discussion was created from the release PySceneDetect v0.6.2.
Beta Was this translation helpful? Give feedback.
All reactions