Can you define what you mean by duplicate frames?
Are you referring to a specific prop or character's position? Any frame without movement will be the same as the previous, so there could lots of duplicates depending on your definition of duplicate and scene.
Next question is why would there be duplicates? Is it a prop that repeats something in a loop?
I don't know of a built-in method, but a Python script could check an objects position against other frames, but it might take a bit to process 1800 or more frames against each other.
Another method would be to render all the images as an image sequence (instead of a video), and a program could check images for similar images, yet again this could be time consuming depending on number of frames rendered.
Tell me what you need to find and I can tell you more. (possibly)
Creator of the free website:
PixelDatabase.Net
A Free Online Text Based Image Editor