I am looking for a video scene detection algorithm implementation. Any programming language used for the implementation is acceptable. I found this implementation but it is very sensitive to small changes and inaccurate.
Finally I did an simple implementation, by comparing 2 consecutive frames:
The threshold varies from a video to another ... but I got acceptable results.