So I have a picvideo qu18, 48khz audio avi on my hard drive and I've successfully converted it to vcd mpeg using tmpegenc or dvd2svcd (I like D2S for it's speed). I don't know a whole lot about avisynth, but following the doom9 capture guide I managed to come up with this:

0=Trim(2155,58642) ++ Trim(62784,74846) ++ Trim(78458,91135) ++ Trim(94732,115285) ++ Trim(118978,124282)
1=ChromaShift(C=-6)
2=GuavaComb(Mode = "NTSC", Recall = 75, MaxVariation = 25, Activation = 40)
3=PeachSmoother()
4=BicubicResize(^TargetWidth+^BorderLeft+^BorderRi ght,^TargetHeight+^BorderTop+^BorderBott
om,^b_value,^c_value)
^b_value=0.0
^c_value=0.6

Actually this was the original script I made, but for some reason the CNR2 function crashes CCE . Anyone know why and/or what I should do about it? If I open this avs in media player it plays OK


0=Trim(2155,58642) ++ Trim(62784,74846) ++ Trim(78458,91135) ++ Trim(94732,115285) ++ Trim(118978,124282)
1=Cnr2("xxx", 4, 5, 255)
2=ChromaShift(C=-6)
3=GuavaComb(Mode = "NTSC", Recall = 75, MaxVariation = 25, Activation = 40)
4=PeachSmoother()
5=BicubicResize(^TargetWidth+^BorderLeft+^BorderRi ght,^TargetHeight+^BorderTop+^BorderBott
om,^b_value,^c_value)
^b_value=0.0
^c_value=0.6

So I would like your opinions of my scripts, and if you have your own scripts that work well for analog tv captures, by all means please post them here. Thanks