FL Video Cut Detector

FL_VideoCut

FL_SceneCut analyzes a batch of images representing video frames to detect scene cuts. It uses optimized intensity thresholding and histogram comparison to identify significant changes between frames that likely represent scene transitions. The node saves each detected scene as an individual MP4 file in the specified output folder and returns the paths to these files. You can adjust sensitivity parameters to fine-tune detection for different types of content.

Pack: ComfyUI_Fill-Nodes

custom_nodes.ComfyUI_Fill-Nodes

Inputs (10)

NameTypeRequired
imagesIMAGErequired
output_folderSTRINGrequired
fpsINTrequired
thresholdFLOATrequired
min_scene_lengthINTrequired
output_qualityINTrequired
detection_methodCOMBOrequired
max_workersINTrequired
downsample_detectionBOOLEANrequired
use_gpu_accelerationBOOLEANrequired

Outputs (2)

NameType
video_pathsSTRING
output_folderSTRING
FL Video Cut Detector | TealPug Node Explorer