12.07.2024, 17:56
I have the same opinion.
The problems with scene change detection usually are due when in the clip are used the transitions to change from one scene to another.
In this case, since usually the algorithm for scene change detection compares the previous frame with the current, fails to detect the scene change.
I will develop an extended version of SCDetect where it will be possible to specify the frame lag for the comparison (*) , in this way the transitions should be detected.
Dan
(*) in case of lag=1 it will be used directly misc.SCDetect
The problems with scene change detection usually are due when in the clip are used the transitions to change from one scene to another.
In this case, since usually the algorithm for scene change detection compares the previous frame with the current, fails to detect the scene change.
I will develop an extended version of SCDetect where it will be possible to specify the frame lag for the comparison (*) , in this way the transitions should be detected.
Dan
(*) in case of lag=1 it will be used directly misc.SCDetect