how to check whether both videos are equal?

1 visualizzazione (ultimi 30 giorni)
how to check whether both videos are equal?
  1 Commento
Walter Roberson
Walter Roberson il 10 Nov 2013
Your plan is to create an automatic rating service for Rotten Tomatoes? By taking a few key movies with known Critic's Ratings, and comparing a new movie to them using your program, you can automatically determine which other movie the new movie is equal to in aesthetic quality ?

Accedi per commentare.

Risposta accettata

Jan
Jan il 10 Nov 2013
Modificato: Jan il 10 Nov 2013
Compare them.
Open both files and compare them byte by byte. Because this can be time consuming, a usual method is comparing the file size at first. If they match, compare the first 1000 bytes. If they match, create a "hash" for the files, e.g. MD5, see DataHash or CalcMD5.

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by