8 comments

[ 3.4 ms ] story [ 34.2 ms ] thread
To give credit, I saw this on reddit this morning.
Very hard to read page. If you can't find which title is for which movie, try this:

a = document.getElementsByTagName('a'); for (var i = 0; i < a.length; i++) { if (a[i].href.match('imdb')) { a[i].style.fontSize = '22px'; a[i].style.position = 'relative'; a[i].style.top = '-30px'; a[i].style.backgroundColor = 'white'; } }

Can it be used as a reliable, searchable signature for a movie?
I think it could be, but I would also argue that it would be pretty expensive to scan and compare against a database.
Curious something similar to the Shazam algorithm could be applied to images like this.
That's what I had in mind. You find a short scene of a movie on youtube and the signature enables you to find where it is coming from, even with a different resolution and encoding.