I also read that removing interlacing after making the video leads to problems and tends to be imperfect. Now, I use AVISynth to create...so I was thinking, would it be possible to just make a parallel script, removing the interlacing from the clips used?
Like:
Code: Select all
avisource(d:\whatever.avi)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
something1 = trim(blah, blah)
...
somethingvid = something1 + something2 ...
return somethingvid
Ok...thanks. [/code]


