View Single Post
Old 16th September 2020, 01:03   #12  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by johnmeyer View Post
Doesn't the OP, as well as real.finder, have to adapt this script to work with interlaced video? The usual advice for a temporal filter is:

Code:
SeparateFields()
even = SelectEven(last).Spotless(...)
odd = SelectOdd(last).Spotless(...)
Interleave(even, odd)
Weave()
I don't has the digital interlaced source now (but I still have the tape, but I don't think I will re-cap for this experience)

anyway, since it 50 fps it can reinterlaced, but I think it will not make a better result, but I think the code you post should work
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote