Hi Everyone,
I am here to start a defferent project, intresting for me of video clips comparison in C#.
I would like to develop a destop application which can compare a video sample clip A with a destination video clip B. All I want to do is E.g if I have hundreds of video clips available in my D drive and I want to find a specific video. And I have for exapmle a 10 seconds video clip sample available. The application will compare the contents of Destination video file B with the source video sample file A. And if found the 10 seconds same in any where in destination file video B, then will copy the path of the destination file B.
I don't know where to start and how to start and how I will compare the contents of these two file (Source and destination).
Any idea in this regard?
Thanks.