I am encoding from an episode of one of my DVD's. I am using the following avs script:
Code: Select all
mpeg2source("D:\EVANGELION_VOL_1_PLATINUM\ep1\ep1.d2v",ipp=true,cpu=4)
Crop(6,4,-6,-2)
ConvertToYV12()
telecide(order=1,post=2,blend=false,vthresh=30,back=1)
decimate(cycle=5,mode=2,quality=3)
deen("a3d",4,10,12)
VobSub("D:\EVANGELION_VOL_1_PLATINUM\ep1\vts_01_0")
mftoon()
ColorYUV(gain_u=15)
LanczosResize(640,480)My other question is that in the DivX portion of the guide, the screenshot shows encoding the first pass at 15fps or so, and there is a remark that this is slower than usual or something. I can hardly get 1fps...yep just 1, and my computer is not all that slow or anything...2.0ghz P4...not the greatest but I have encoded in the past using different techniques and it went much faster.
Any assistance would be greatly appreciated, thanks!



