View Single Post
Old 2007-06-04, 09:18   Link #12
edogawaconan
Hi
*Fansubber
 
 
Join Date: Aug 2006
Send a message via MSN to edogawaconan Send a message via Yahoo to edogawaconan
Quote:
Originally Posted by martino View Post
Not really if you are using DirectShowSource() since in most cases the frames will not match, might be good enough for basic comparisons, but if you want to be really accurate load avss.dll from Haali's splitter directory and use DSS2() for input. It's frame accurate, but audio input doesn't work with it.
I know, but it looks accurate enough for my recent compares (which basically a video I encoded three times then load them at once with that script). Will try DSS2()
by the way, is dss2()'s frame accuracy comparable to normal xvid encodes in avi?

Quote:
Originally Posted by martino View Post
Furthermore you can also do:
Code:
a = AviSource("clip1.avi").ConvertToRGB()
b = AviSource("cllip2.avi").ConvertToRGB()
Compare(a,b)
And it will show the differences in a more "mathematical" way.
I've seen enough math in my daily life though (that is, being having math as major )
__________________
edogawaconan is offline   Reply With Quote