Hi All,
I am trying to find a way to detect the appearance of this lines pattern embedded in the link below. If I get any match of this pattern in a video, I need to record that particular timestamp of the video where I got the pattern match.
My idea is to take the image and compare it against the video to find for approximate match percentage. If I get it, then I record that particular timestamp within a .txt file.
Is there any better way to achieve this? I think we can use Python or FFMPEG video filters to get a solution for this.
It would really help if anyone can support with a solution. Thanks
Update: I got a reference where they have proposed a solution similar to my concern.
https://aws.amazon.com/blogs/media/metfc-automatically-compare-two-videos-to-find-common-content/
So we can try to achieve some output from this solution.