View Single Post
Old 17th March 2006, 00:32   #3  |  Link
ou8thisSN
Registered User
 
Join Date: Feb 2002
Posts: 119
whoa, in the guides and other places, it says the frames are rarely ever BFF, and op in #doom9 even told me TFF

here's my script that i got from Fred Thompson:

#LoadPlugin("D:\Filter\DeGrainMedian.dll")
LoadPlugin("D:\Filter\RemoveGrainS.dll")
LoadPlugin("D:\Filter\RepairS.dll")
LoadPlugin("D:\Filter\SSEToolsS.dll")
Import("D:\Filter\DeHalo_alpha.avs")
Import("D:\Filter\LRemoveDust.avs")
aviSource("D:\Test Avi\test.avi")
ConvertToYV12(Interlaced=True)
SeparateFields()
#DeGrainMedian(limitY=2,limitUV=3,mode=1,interlaced=true)
DeHalo_Alpha()
LRemoveDust_YV12(10,1)
Weave()


based on this script, does this reverse field dominance? or should both settings on procoder be set to BFF ?
ou8thisSN is offline   Reply With Quote