View Single Post
Old 16th November 2007, 03:15   #98  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
Quote:
Originally Posted by tritical View Post
...
There is a parameter called 'field' to control which field is kept and double vs same rate output (same as the field parameter in eedi2).
...
Sorry for my dumbness, but I wanted to update my IVTC/Deinterlacing/Bob lines I have as templates. Does the quote mean that the equivalent to these lines:

Code:

Interp = SeparateFields().SelectEven().EEDI2(field=0)

interp = separatefields().eedi2(field=3)

would be these:

Code:

Interp = SeparateFields().SelectEven().NNEDI(field=0)

interp = separatefields().NNEDI(field=3)
?
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote