View Single Post
Old 21st September 2015, 14:01   #2  |  Link
colours
Registered User
 
colours's Avatar
 
Join Date: Mar 2014
Posts: 308
Anything involving interlacing is evil and you should not use interlacing ever. That said:

Code:
source
ChangeFPS(60) # or ChangeFPS(60000, 1001) depending on what you need
AssumeTFF() # or AssumeBFF
SeparateFields()
SelectEvery(4, 0, 3)
Weave()
__________________
Say no to AviSynth 2.5.8 and DirectShowSource!
colours is offline   Reply With Quote