Reputation: 43
I have a directory of clips, some of which are very similar. By this I mean that they may share 30 seconds of the same footage, but may differ at the start/end of the video.
Specifically, they're clips from streams on twitch.tv. As such, if 2 people were to capture some "action", and one person clips the action 5 seconds before the other, I'd need to detect those two clips as duplicates.
Currently I've made a program to compare the MD5 hashes of the frames in both videos, however it doesn't find any duplicates for me. I don't think it's the program that's wrong, because I manually checked the MD5's of the duplicate frames and they were different. Is what I'm trying to do possible before I keep trying to fix it?
Upvotes: 1
Views: 1888