View Single Post
Old 3rd May 2019, 04:24   #12  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Works ok with old ffms2 (ffms2-2.23-clang)

Code:
vfx = core.ffms2.Source(r'VFX__172.PNG')
logo = core.ffms2.Source(r'Logo.png')

o = haf.Overlay(logo[0], vfx[0], mask=vfx[1])
o.set_output()

(This is why I keep like 20 ffms2 versions around)
poisondeathray is offline   Reply With Quote