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