View Single Post
Old 3rd May 2019, 04:31   #12  |  Link
SilSinn9801
Chiptuner & VapourSynther
 
SilSinn9801's Avatar
 
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
Quote:
Originally Posted by poisondeathray View Post
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()
Do you have a link to that old ffms2? The latest ffms2 version just posted by Wolfberry crashes my VirtualDub2 x64.
SilSinn9801 is offline   Reply With Quote