logo Sign In

Post #370652

Author
Moth3r
Parent topic
Avisynth help needed please.
Link to post in topic
https://originaltrilogy.com/post/id/370652/action/topic#370652
Date created
23-Jul-2009, 6:13 AM
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