megui + avisynth script need help
•
31 Aug 2011, 13:47
•
Journals
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
Any solution?
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
Any solution?
besides that, dont use bilinearresize, use Lanczos4Resize algorithm.
EDIT: btw, I think you should drop "movie1 = ..." and it should work