dark_jedi said:Well the above crop is good until about half way through the avi file then it dramatically changes,so what I want to know is this,can I manually IVTC and manually crop at the same time,and if so how would this be added to the script?
DirectShowSource("C:\JSC SW 1-0001.avi")
DoubleWeave()
part1=Pulldown(2, 4).trim(0,-13224).Crop(12,58,-8,-152,align=true)
part2=Pulldown(1, 3).trim(13225,-39130).Crop(12,58,-8,-152,align=true)
part1+part2