I'm using this command in order to detect the shot boundaries in FFMPEG.
ffprobe -show_frames -of compact=p=0 -f lavfi "movie=test.mp4,select=gt(scene\,0.3)"
By changing the 0.3 value I can get different results. As far as I know this 0.3 value should be the difference of consecutive frames. But I don't understand what difference that is. Is it some thing related to the dominant color? Can some one clarify a bit?