View Single Post
Old 15th December 2012, 19:53   #4  |  Link
Eyedunno
Registered User
 
Join Date: Dec 2012
Posts: 7
Quote:
Originally Posted by Gavino View Post
I haven't investigated if what you are trying to do is a good idea, but this script implements your scheme directly:
Code:
WhateverSource(...) # appropriate source filter
Bob(height=height)
b = SelectEven() # bottom fields interpolated to full height
t = SelectOdd() # ditto for top
eb = b.SelectEven() # from even frames
et = t.SelectEven()
ob = b.SelectOdd() # from odd frames
ot = t.SelectOdd()
Interleave(Merge(eb, et, 0.75), Merge(ob, ot, 0.25))
Wow, that looks amazing. It's been years since I've done anything with AVIsynth, but I will give it a try when I get home, both with Final Fantasy V when targeting all enemies, and with a more standard, action-oriented game.
Eyedunno is offline   Reply With Quote