Presario24
5th September 2006, 00:36
Hello
I have a problem. I used avisynth script to compare file :
source=AviSource("c:\football.avs")
source=ConvertToYV12(source)
video=AVISource("c:\football1000.avi")
video=ConvertToYV12(video)
return CompareYV12(video,source,"","psnr.txt")
Football1000 was compressed in LEadtools H.264. When i run script show me this error "couldn't locate a decompressor for fourcc l264". where i find this decompressor ???. Compressed football1000 in windows media player is works ok .
thank you
I have a problem. I used avisynth script to compare file :
source=AviSource("c:\football.avs")
source=ConvertToYV12(source)
video=AVISource("c:\football1000.avi")
video=ConvertToYV12(video)
return CompareYV12(video,source,"","psnr.txt")
Football1000 was compressed in LEadtools H.264. When i run script show me this error "couldn't locate a decompressor for fourcc l264". where i find this decompressor ???. Compressed football1000 in windows media player is works ok .
thank you