how to check whether both videos are equal?

1 回表示 (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 11 月 10 日
コメント済み: Walter Roberson 2013 年 11 月 10 日
how to check whether both videos are equal?
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 11 月 10 日
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 ?

サインインしてコメントする。

採用された回答

Jan
Jan 2013 年 11 月 10 日
編集済み: Jan 2013 年 11 月 10 日
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.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by