- nnedi doubles the framerate by interpolating every field to create a frame out of them
- tMM creates a Motion Mask at framerate*2
- Tdeint takes the ExernalDEINTerlaced clip of nnedi and the ExternalMASK of tmm as a reference to do his "mode 2 operation": smartbobbed field-matching (same rate output, blend frames from bobbed stream)
- TFM does the field matching with his slowest (and most accurate) function by using the clip Tdeint outputs to do this:
Quote:
|
Originally Posted by TFM v1.0.4 - HELP FILE (01/17/2008)
When using PP > 1 this parameter may be used to specify a clip to take deinterlaced frames from instead of using one of TFM's inbuilt deinterlacing methods. If PP < 5 then frames will be taken as is from clip2, if PP >= 5 (i.e. using motion adaptation) then TFM will build the mask as usual and only pixels in moving areas will be taken from the frames in clip2
|