Hi
MrTibs..
VHS.. is my hobby and is usually my Friday wind-downs plus Pizza - - gets
my weekend off to a right start.
If you source contents are store bought movies, then definately perform
some IVTC on them. Ok to use AVIsynth for them. Until something better
comes alone, I like to use (in simplified view) this tipicle script
for "Film" movies:
Code:
x="h:\minc.01.avi"
txt_dir="c:\w98\system\"
LoadPlugin(txt_dir+"decomb.dll")
segmentedAVISource(x)
ConvertToYUY2() ### <-- needed for decome to work
Telecide(swap=false, post=false, guide=1)
Decimate(cycle=5)
Next, I frameserve the script into vdub and I use
flaXen's VHS filter, and then finally, I frameserve into TMPG.
Source -> AVIsynth [decome.dll] -> vdub [flaXen VHS] -> tmpg
or
Source -> AVIsynth [decome.dll] -> vdub [flaXen VHS; temporal cleaner] -> tmpg
I use the kVCDx3 (modified of course, for 352x480) for my Apex AD-1500.
Hope that helps some.
-vhelp