View Single Post
Old 2nd June 2019, 02:01   #15  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
I think the two AssumeTFF() calls come from my example script...
The first one makes sure that the bobber gets the correct source field order from AviSynth, and the second call is not needed in this case (but I think it also does no harm).

It is a leftover from my standard conversion script which reinterlaces after resizing.
Quote:
AssumeTFF() # Specify target field order
SeparateFields()
SelectEvery(4,0,3)
Weave()
Specifying the target field order before reinterlacing makes it possible to always use "SelectEvery(4,0,3)" which is much less error prone than using different params for SelectEvery.


Cheers
manolito
manolito is offline   Reply With Quote