Log in

View Full Version : Help Needed with Home Movies (interlaced mt'l)


ron spencer
23rd December 2007, 21:06
Can anyone find the problem with this script (I use HCEnc latest...0.22). I am in NTSC land and have verfied that my camcorder makes BFF avi interlaced material (just to be use; used GSpot). When I play back the DVD I am getting HORRIBLE jerkiness....I think my problem may be with how I am using convolution3D. I am everything set-up fine in HC (BFF, etc. with DVSOURCE)....any advice would be appreciated!!! Here is my script:

LoadPlugin("C:\program files\HCbatchGUI\Convolution3d.dll")
Avisource("L:\To Encode\Aug07 - Dec07 DV.avi")
converttoyuy2(interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D (1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D (1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
converttoyv12(interlaced=true)

thanks

Everything looks good in PowerDVD of course.