megui + avisynth script need help

So yesterday i started once again with moviemaking and i'm using this guide

http://www.arenajunkies.com/topic/138037-hd-high-quality-movie-guide/

I'm having problem with step 5 (AVS script)

movie1 = Avisource ("D:\fraps\hon2.avi")
bilinearresize(1280,720)
ConvertToYV12()

And this is what i get

image: avisynth

Any solution?
Comments
8
try this

QuoteAVISource("D:\fraps\hon2.avi")
Crop(0,0,-0,-0)
ConvertToYV12()
#Lanczos4Resize(800,512)
this one works ty but it will be the same quality?
Parent
even better !
Parent
why dont you do that megui Avisynth script creator?
besides that, dont use bilinearresize, use Lanczos4Resize algorithm.

EDIT: btw, I think you should drop "movie1 = ..." and it should work
Dunno i was just following the guide btw do u got any clue why i cant change encoder settings in megui just got 2 options x264 scratchpad and xvid scratchpad huh
Parent
you need to download another settings or change scratchpad ones and save them under another name
Parent
change the scratchpad preset lol
Parent
AVISYNTHESIS
Back to top