For example, I have this that I want to edit with:
MPEG2Source("G:\Nuku Nuku\Project File\Episode1.d2v",cpu=4)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
#temporalcleaner()
#msmooth(threshold=6,strength=4)
#tweak(sat=1.2)
#mftoon()
Crop(8,0,-8,-0)
LanczosResize(640,480)
ConvertToRGB32()
And this that I want to render with:
MPEG2Source("G:\Nuku Nuku\Project File\Episode1.d2v",cpu=4)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
temporalcleaner()
msmooth(threshold=6,strength=4)
tweak(sat=1.2)
mftoon()
Crop(8,0,-8,-0)
LanczosResize(640,480)
ConvertToRGB32()
Why do I want to render this way? It's some sort of an improvement, and I have no understanding of what these scripts do, because for all of my days of searching, there's no pictures or actual descriptions of what any scripts do, and you instead need to find them by playing the optometrist "better? or worse?" filter game.

Question 1: How do I EDIT with the first "fake .avi" .avs file and then RENDER with the second "fake .avi" .avs file?
Question 2: What lines of script are redundant, making the video look worse, or making the video look better? Are there any lines that I can tack on, or try out?
Please don't link me to avisynth.org, forum.doom9.org, or to the Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a> unless it has a before and after picture and explains what the variables actually mean (what is the difference between cpu=1 and cpu=6, who decides this stuff, and why can't I find this information anywhere?). I have spend days at a time over the past year or so looking at these places, and it doesn't ever make any more sense than the times before.