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
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
AVS scripts for MeGUI - why do they resize the video
By Bully9 in forum Video ConversionReplies: 0Last Post: 17th Mar 2010, 16:16 -
1080p 30fps Encoding (AVS Scripts)
By superdud1400 in forum Video ConversionReplies: 21Last Post: 12th Nov 2008, 02:36 -
.avs scripts in TMPGE Xpress?
By ecc in forum Video ConversionReplies: 0Last Post: 12th Aug 2008, 07:39 -
Newbie seeking some advice, please. :)
By Gun in forum Authoring (DVD)Replies: 18Last Post: 3rd Jul 2007, 19:07 -
Adobe Premiere project using AVISynth AVS scripts crashes when rendering!
By Mark001 in forum EditingReplies: 2Last Post: 10th Jun 2007, 23:25