logo Sign In

Post #375568

Author
Arnie.d
Parent topic
.: The X9 Project :. (Released)
Link to post in topic
https://originaltrilogy.com/post/id/375568/action/topic#375568
Date created
2-Sep-2009, 11:59 AM
Moth3r said:

So for a frame based (non-interlaced) source you would need to modify the function by replacing:

fields=source.SeparateFields() # separate by fields
super = fields.MSuper()

with:

super=source.MSuper()

Then I guess "weave()" can also be removed?

 

I'll give it a try Ridgeshark and let you know the results.