Joni
6th October 2003, 11:36
Hi!
Iīm having some problems with the "Compare" function in Avisynth. I want to enable the graph. I got the syntax for the function at avisynth.org, but I canīt get it to work.
The logfile works for me but I canīt get no graph!
Iīm using the following syntax:
Clip1=AviSource("D:\Video\Source.avi")
Clip1=ConvertToYUY2(Clip1)
Clip2=AviSource("D:\Video\Comp.avi")
Clip2=ConvertToYUY2(Clip2)
Compare(Clip2,Clip1,"","result.txt",true)
Whatīs wrong, help me?!
Iīm having some problems with the "Compare" function in Avisynth. I want to enable the graph. I got the syntax for the function at avisynth.org, but I canīt get it to work.
The logfile works for me but I canīt get no graph!
Iīm using the following syntax:
Clip1=AviSource("D:\Video\Source.avi")
Clip1=ConvertToYUY2(Clip1)
Clip2=AviSource("D:\Video\Comp.avi")
Clip2=ConvertToYUY2(Clip2)
Compare(Clip2,Clip1,"","result.txt",true)
Whatīs wrong, help me?!