View Single Post
Old 3rd May 2019, 05:06   #19  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Quote:
Originally Posted by HolyWu View Post
Also works ok with the latest ffms2 here, albeit you need to specify the alpha argument.
Code:
logo = core.ffms2.Source(r'Logo.png')
vfx = core.ffms2.Source(r'VFX__172.PNG', alpha=True)
clip = haf.Overlay(logo, vfx[0], mask=vfx[1])
Nice.

Confirmed for ffms2-20190326 from WolfBerry (not sure if it's the "newest")
poisondeathray is offline   Reply With Quote