View Single Post
Old 22nd September 2015, 12:17   #32  |  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()
As I said- way not good enough for a random source. To many motion adaptive artefacts! I've used interframe a lot, but only for 50i+ sources in terms of motion.

I need irregular pulldown- apparently something with 13 steps.
Would file with frame count converted this way help?

update: sorry I saw interframe word here Yes, something like this. I this the best what can be done?

Last edited by kolak; 22nd September 2015 at 14:13.
kolak is offline   Reply With Quote