View Single Post
Old 3rd May 2019, 05:11   #20  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by SilSinn9801 View Post
The two-test script worked fine, with vfx[0] giving me the normal image and vfx[1] giving me the alpha represented as black.
vfx[1] should be black and white

Quote:
I now get this new error:
If you're loading as an array of RGB + alpha, you need to specify if it's using [0] or [1] . Those newer versions require alpha = True to load the alpha. So just omit that for the RGB background

If you're loading both (it will be a "dummy" alpha) . Since you want the RGB background, it should be [0]

rawlogoframe = core.std.AssumeFPS(rawlogo[0],fpsnum=60000,fpsden=1001)
poisondeathray is offline   Reply With Quote