Number6
30th December 2005, 21:00
Hi guys, hope you all had a nice Christmas.
I've read the guides/threads on processing interlaced/progressive material a thousand times but I still can't get my head round it. I've understand that you should use:
separatefields()
somefilter()
weave()
on spacial filters and:
separatefields()
even = SelectEven(last).somefilter()
odd = SelectOdd(last).somefilter()
Interleave(even, odd)
weave()
on temporal filters, but what I don't understand is whether you have to do this when the original material is progressive, interlaced or both. Can someone enlighten me please?
Also, with a line like:
even = SelectEven(last).somefilter()
how would I write it if I wanted to apply several filters, or one with too many parameters to fit on one line?
Thanks
John.
I've read the guides/threads on processing interlaced/progressive material a thousand times but I still can't get my head round it. I've understand that you should use:
separatefields()
somefilter()
weave()
on spacial filters and:
separatefields()
even = SelectEven(last).somefilter()
odd = SelectOdd(last).somefilter()
Interleave(even, odd)
weave()
on temporal filters, but what I don't understand is whether you have to do this when the original material is progressive, interlaced or both. Can someone enlighten me please?
Also, with a line like:
even = SelectEven(last).somefilter()
how would I write it if I wanted to apply several filters, or one with too many parameters to fit on one line?
Thanks
John.