-
Detecting very short scenes in video
I just found a script regarding scene detection:
ffprobe -show_frames -of compact=p=0 -f lavfi
“movie=MOVIEFILENAME,select=gt(scene\,.4)” >
MOVIEFILENAME.csvIt works fine but is there any parameter that will make it detect only VERY SHORT scenes? I mean, can I customize it so it detectes scenes that are a result of mistakes in editing – 1 frame, 2 frame scenes?
thanks for help
Sorry, there were no replies found.