Code: Select all
AVISource("C:\....avi")
ConvertToYV12(interlaced=true)
...
SangNom(order=1,aa=32)
Code: Select all
AVISource("C:\....avi")
ConvertToYV12(interlaced=true)
...
SangNom(order=1,aa=32)
bah, forgot to add that it seems to have had no effect, and neither have the other 2 options listed in the guide.The Origonal Head Hunter wrote:I've finished pretty much the whole video, but after compressing and watching the result I see that I've got the horizontal lines at almost every motion. What do I need to put into the .avs to deinterlace? I've followed ErMac and AbsoluteDestiny's guide and my code has come out like so (cutting out the uncessary):
Code: Select all
AVISource("C:\....avi") ConvertToYV12(interlaced=true) ... SangNom(order=1,aa=32)