View Single Post
Old 22nd September 2016, 00:21   #2  |  Link
Are_
Registered User
 
Join Date: Jun 2012
Location: Ibiza, Spain
Posts: 321
Code:
clip = core.vivtc.VFM(edeintted, order=f,clip2=tdeintted)
should translate to
Code:
clip = core.vivtc.VFM(clip, order=f,clip2=tdeintted)
or am I missing something?

Anyway, I don't know if that's gonna fix anything.
Are_ is offline   Reply With Quote