View Single Post
Old 22nd September 2015, 15:16   #40  |  Link
kolak
Registered User
 
Join Date: Nov 2004
Location: Poland
Posts: 2,843
Quote:
Originally Posted by colours View Post
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()
This will cause problems on some scene changes, no?

Is there a way to avoid it?
kolak is offline   Reply With Quote